Skip to content

Commit c87e803

Browse files
committed
fix a typo
1 parent 1a7ec00 commit c87e803

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ npm install react-scrollchor --save
2424

2525
### Dependencies
2626
* User should provide its own `React` package
27-
* on `Node 4` and `npm 2` package [fbjs](https://www.npmjs.com/package/fbjs) should be installed too:
28-
```bash
29-
npm install fbjs --save
30-
```
27+
* on `npm 2` enviroments, package [fbjs](https://www.npmjs.com/package/fbjs) should be installed too:
28+
```bash
29+
npm install fbjs --save
30+
```
3131

32-
#### **fbjs** package
32+
#### `fbjs` package
3333
[fbjs](https://www.npmjs.com/package/fbjs) is a collection of utility libraries created by React Team. It include useful modules like `warning` and `invariant`
3434

3535

0 commit comments

Comments
 (0)