We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa8c8d7 commit 8c12ffeCopy full SHA for 8c12ffe
README.md
@@ -13,15 +13,15 @@ The easiest way to use react-sortablejs is to install it from npm and include it
13
npm install --save react-sortablejs
14
```
15
16
-You can create a standalone ES5 module using webpack:
+You can create a standalone ES5 module as shown below:
17
```bash
18
$ git clone https://github.com/cheton/react-sortable.git
19
$ cd react-sortable
20
$ npm install
21
$ npm run dist
22
23
24
-Then, include the following scripts in your html:
+Then, include these scripts into your html file:
25
```html
26
<script src="http://fb.me/react-0.14.7.js"></script>
27
<script src="http://fb.me/react-dom-0.14.7.js"></script>
0 commit comments