Skip to content

Commit b30527c

Browse files
committed
Renamed README section.
1 parent 83bc358 commit b30527c

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
@@ -16,7 +16,7 @@ React CSS Modules implement automatic mapping of CSS modules. Every CSS class is
1616
- [Module Bundler](#module-bundler)
1717
- [webpack](#webpack)
1818
- [Browserify](#browserify)
19-
- [Extending CSS Styles](#extending-css-styles)
19+
- [Extending Component Styles](#extending-component-styles)
2020
- [Decorator](#decorator)
2121
- [Options](#options)
2222
- [`allowMultiple`](#allowmultiple)
@@ -154,7 +154,7 @@ Refer to [webpack-demo](https://github.com/css-modules/webpack-demo) or [react-c
154154

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

157-
### Extending CSS Styles
157+
### Extending Component Styles
158158

159159
Use `styles` property to overwrite the default component styles.
160160

0 commit comments

Comments
 (0)