Skip to content

Commit 8c12ffe

Browse files
committed
Update README.md
1 parent aa8c8d7 commit 8c12ffe

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
@@ -13,15 +13,15 @@ The easiest way to use react-sortablejs is to install it from npm and include it
1313
npm install --save react-sortablejs
1414
```
1515

16-
You can create a standalone ES5 module using webpack:
16+
You can create a standalone ES5 module as shown below:
1717
```bash
1818
$ git clone https://github.com/cheton/react-sortable.git
1919
$ cd react-sortable
2020
$ npm install
2121
$ npm run dist
2222
```
2323

24-
Then, include the following scripts in your html:
24+
Then, include these scripts into your html file:
2525
```html
2626
<script src="http://fb.me/react-0.14.7.js"></script>
2727
<script src="http://fb.me/react-dom-0.14.7.js"></script>

0 commit comments

Comments
 (0)