Skip to content

Commit 9f074b0

Browse files
committed
Updated readme.
1 parent 64f5c07 commit 9f074b0

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

README.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
# React CSS Modules Examples
22

3-
**Issue Fork!** Example code to reproduce an issue with Safari + react-css-modules < v3.7.0.
4-
5-
Updated components don't no receive their [local styles](doc/fail_in_safari.png) (however they do if [dev-tool are open](doc/works_with_devtools_open.png)).
6-
7-
---
8-
93
https://github.com/gajus/react-css-modules
104

115
## Setup
@@ -19,11 +13,5 @@ npm install
1913
## Running webpack-dev-server Using React Hot Loader
2014

2115
```sh
22-
node ./node_modules/.bin/webpack-dev-server
23-
```
24-
25-
## Using React Hot Loader and BrowserSync
26-
27-
```sh
28-
node ./server.js
16+
npm start
2917
```

0 commit comments

Comments
 (0)