Skip to content

Commit b73cfc8

Browse files
committed
Fixing grammar issues in README.md
1 parent bf0d7ee commit b73cfc8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,10 +180,10 @@ export default {
180180
}
181181
```
182182

183-
> If you are using babel 6 compiler and up you need to do the following in order for setup to work
183+
> If you are using Babel >= v6 you need to do the following in order for the setup to work
184184
185-
> * It is suggested to have only **default** export per style module
186-
> * You need to add [babel-plugin-add-module-exports] to you configuration
185+
> 1. Add [babel-plugin-add-module-exports] to your configuration
186+
> 2. You need to have only one **default** export per style module
187187
188188
If you use JS styles without `postcss-js` parser, you can add `exec` parameter:
189189

0 commit comments

Comments
 (0)