Skip to content

Commit 21cc530

Browse files
authored
Rename react-sortable to react-sortablejs
1 parent be14abe commit 21cc530

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
# react-sortable [![build status](https://travis-ci.org/cheton/react-sortable.svg?branch=master)](https://travis-ci.org/cheton/react-sortable) [![Coverage Status](https://coveralls.io/repos/github/cheton/react-sortable/badge.svg?branch=master)](https://coveralls.io/github/cheton/react-sortable?branch=master)
1+
# react-sortablejs [![build status](https://travis-ci.org/SortableJS/react-sortablejs.svg?branch=master)](https://travis-ci.org/SortableJS/react-sortablejs) [![Coverage Status](https://coveralls.io/repos/github/SortableJS/react-sortablejs/badge.svg?branch=master)](https://coveralls.io/github/SortableJS/react-sortablejs?branch=master)
22

33
[![NPM](https://nodei.co/npm/react-sortablejs.png?downloads=true&stars=true)](https://www.npmjs.com/package/react-sortablejs)
44

5-
A React component built on top of Sortable (https://github.com/RubaXa/Sortable).
5+
A React component built on top of Sortable (https://github.com/SortableJS/Sortable).
66

7-
- Demo: http://cheton.github.io/react-sortable
7+
- Demo: https://sortablejs.github.io/react-sortablejs/
88

9-
The [sample code](https://github.com/cheton/react-sortable/blob/master/examples/index.jsx) can be found in the [examples](https://github.com/cheton/react-sortable/tree/master/examples) directory.
9+
The [sample code](https://github.com/SortableJS/react-sortablejs/blob/master/examples/index.jsx) can be found in the [examples](https://github.com/SortableJS/react-sortablejs/tree/master/examples) directory.
1010

1111
## Notice
12-
There is a major breaking change since v1.0. Checkout [Migration Guide](https://github.com/cheton/react-sortable/wiki/Migration-Guide) while upgrading from earlier versions.
12+
There is a major breaking change since v1.0. Checkout [Migration Guide](https://github.com/SortableJS/react-sortablejs/wiki/Migration-Guide) while upgrading from earlier versions.
1313

1414
## Installation
1515

@@ -20,13 +20,13 @@ npm install --save react react-dom [email protected] # Install peerDependencies
2020
npm install --save react-sortablejs
2121
```
2222

23-
Checkout the [examples](https://github.com/cheton/react-sortable/tree/dev/examples) directory for a complete setup.
23+
Checkout the [examples](https://github.com/SortableJS/react-sortablejs/tree/dev/examples) directory for a complete setup.
2424

2525
### Standalone ES5 module
2626
You can create a standalone ES5 module as shown below:
2727
```bash
28-
$ git clone https://github.com/cheton/react-sortable.git
29-
$ cd react-sortable
28+
$ git clone https://github.com/SortableJS/react-sortablejs.git
29+
$ cd react-sortablejs
3030
$ npm install
3131
$ npm run build && npm run dist
3232
```

0 commit comments

Comments
 (0)