Skip to content

Commit 50f7bd5

Browse files
committed
Docs.
1 parent f375045 commit 50f7bd5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Seamless mapping of class names to CSS modules inside of React components.
99
- [Usage](#usage)
1010
- [webpack](#webpack)
1111
- [Browserify](#browserify)
12+
- [react-css-modules](#react-css-modules)
1213
- [Options](#options)
1314
- [`allowMultiple`](#allowmultiple)
1415
- [`keepOriginal`](#keeporiginal)
@@ -85,7 +86,7 @@ Refer to the [react-css-modules-examples](https://github.com/gajus/react-css-mod
8586
Setup consists of:
8687

8788
* Setting up a module bundler to load your [ICSS](https://github.com/css-modules/icss).
88-
* Decorating your component using [`react-css-modules`](#cssmodules).
89+
* Decorating your component using [`react-css-modules`](#react-css-modules).
8990

9091
### webpack
9192

@@ -114,7 +115,7 @@ Refer to [webpack-demo](https://github.com/css-modules/webpack-demo) or [react-c
114115

115116
Refer to [`css-modulesify`](https://github.com/css-modules/css-modulesify).
116117

117-
### `CSSModules`
118+
### `react-css-modules`
118119

119120
```js
120121
/**

0 commit comments

Comments
 (0)