Skip to content

Commit e37c76e

Browse files
authored
Attaches class, not styles
1 parent ed5e71b commit e37c76e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export default class Hello extends React.Component {
4141
`
4242

4343
render () {
44-
return (<div> // 🔼 Attaches styles to the highest element in your component
44+
return (<div> // 🔼 Attaches class to the highest element
4545
<img src="https://github.com/siddharthkp.png"/>
4646
<div id="handle">@siddharthkp</div>
4747
</div>)

0 commit comments

Comments
 (0)