diff --git a/README.md b/README.md index 2d6417f..4bbe34f 100644 --- a/README.md +++ b/README.md @@ -285,7 +285,7 @@ angular.module('myApp', ['ng-sortable']) ### Support React Include [react-sortable-mixin.js](react-sortable-mixin.js). -See more [here](react-sortable-mixin.js#L37). +See [more options](react-sortable-mixin.js#L26). ```jsx @@ -298,6 +298,8 @@ var SortableList = React.createClass({ }; }, + onSort: function (/** Event */evt) { /*..*/ }, + render: function() { return