Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f8fce0a

Browse files
committed
docs: complete README
1 parent 43b6f65 commit f8fce0a

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
@@ -85,7 +85,7 @@ App.css
8585

8686
So this rule is only effective to the `App` component.
8787

88-
CSS Modules provide plugins for different build tools. Here I use Webpack's [`css-loader`](https://github.com/webpack/css-loader#css-modules), since it support CSS Modules best and is easy to use.
88+
CSS Modules provide [plugins](https://github.com/css-modules/css-modules/blob/master/docs/get-started.md) for different build tools. Here I use Webpack's [`css-loader`](https://github.com/webpack/css-loader#css-modules), since it support CSS Modules best and is easy to use. If you don't know Webpack, please learn my tutorial [Webpack-Demos](https://github.com/ruanyf/webpack-demos).
8989

9090
The following is our `webpack.config.js`.
9191

@@ -123,7 +123,7 @@ Now run the demo.
123123
$ npm run demo01
124124
```
125125

126-
Open http://localhost:8080, you should see the `h1` title in red.
126+
Open http://localhost:8080, you should see the `h1` in red.
127127

128128
## Demo02: Global Scope
129129

0 commit comments

Comments
 (0)