We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed5e71b commit e37c76eCopy full SHA for e37c76e
README.md
@@ -41,7 +41,7 @@ export default class Hello extends React.Component {
41
`
42
43
render () {
44
- return (<div> // 🔼 Attaches styles to the highest element in your component
+ return (<div> // 🔼 Attaches class to the highest element
45
<img src="https://github.com/siddharthkp.png"/>
46
<div id="handle">@siddharthkp</div>
47
</div>)
0 commit comments