Skip to content

Commit fb66953

Browse files
committed
Merge pull request #16 from chentsulin/patch-1
fix a typo
2 parents 6843032 + d775bb3 commit fb66953

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
@@ -25,7 +25,7 @@ so it doesn't pollute CSS global scope and can be simply used in JS like so:
2525

2626
```js
2727
import styles from './buttons.css'
28-
elem.innerHTML = `<button class="${buttons.continueButton}">Continue</button>`
28+
elem.innerHTML = `<button class="${styles.continueButton}">Continue</button>`
2929
```
3030

3131
## Extensions

0 commit comments

Comments
 (0)