Skip to content

Commit fc6aa72

Browse files
Merge branch 'master' of github.com:AndrewHathaway/ReactSortableDataMixin
2 parents 7761184 + a280074 commit fc6aa72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Say we have the data being set on a components state like below. We bind
1010
the `sortData` event handler and pass the fields name. Your data will be sorted though the correct-types method and reset on the state.
1111

1212
```Javascript
13-
var SortableDataMixin = require('sortable-data-mixin');
13+
var SortableDataMixin = require('react-sortable-data-mixin');
1414

1515
var Component = React.createClass({
1616
mixins : [SortableDataMixin],
@@ -109,4 +109,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
109109
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
110110
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
111111
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
112-
THE SOFTWARE.
112+
THE SOFTWARE.

0 commit comments

Comments
 (0)