Skip to content

Commit 7923980

Browse files
committed
Cleanup install notes
1 parent e26ba25 commit 7923980

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,18 @@
1414

1515
### Installation
1616

17-
The easiest way to use react-checkbox-tree is to install using your favorite dependency manager and include it in your own React build process (e.g. using [Webpack](http://webpack.github.io/docs/what-is-webpack.html)):
18-
19-
```
20-
npm install react-checkbox-tree --save
21-
```
17+
Install the library using your favorite dependency manager:
2218

2319
``` shell
2420
yarn add react-checkbox-tree
2521
```
2622

23+
Using npm:
24+
25+
```
26+
npm install react-checkbox-tree --save
27+
```
28+
2729
> **Note** – This library makes use of [Font Awesome](http://fontawesome.io/) styles and expects them to be loaded in the browser.
2830
2931

0 commit comments

Comments
 (0)