Skip to content

Commit a8059d5

Browse files
committed
Update README.md
1 parent f69f408 commit a8059d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ You write:
1818
var Profile = React.createClass({
1919
render: function () {
2020
return (
21-
<Style sheet="
21+
<InlineCss stylesheet="
2222
& .card {
2323
cursor: pointer;
2424
margin: 15px;
@@ -38,7 +38,7 @@ var Profile = React.createClass({
3838
<img src="mao.jpg" />
3939
<p>Mao</p>
4040
</div>
41-
</Style>
41+
</InlineCss>
4242
);
4343
}
4444
});

0 commit comments

Comments
 (0)