Skip to content

Commit ee52f8f

Browse files
committed
Update README.md
1 parent 44f135b commit ee52f8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ ReactDOM.render(
128128
## Examples
129129

130130
### Uncontrolled Component
131-
An uncontrolled component allows Sortable to touch DOM nodes. It's useful when you don't need to maintain state change.
131+
An uncontrolled component allows [Sortable](https://github.com/RubaXa/Sortable) to touch DOM nodes. It's useful when you don't need to maintain any state changes.
132132

133133
```js
134134
import React from 'react';

0 commit comments

Comments
 (0)