Skip to content

Commit 6619a48

Browse files
committed
Update README.md
1 parent b60ae8e commit 6619a48

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
@@ -129,10 +129,10 @@ class MySortableList extends React.Component {
129129
};
130130

131131
componentDidUpdate() {
132-
// Note: sortableInstance object is null for the initial render
132+
// Note: The sortableInstance is null for the initial render
133133
const { sortableInstance } = this.props;
134134

135-
// See supported instance methods at https://github.com/RubaXa/Sortable#method
135+
// You can see all the methods at https://github.com/RubaXa/Sortable#method
136136
console.log(sortableInstance.toArray());
137137
}
138138
handleStart(evt) { // Dragging started

0 commit comments

Comments
 (0)