Skip to content

Commit 4d7dbe6

Browse files
authored
Update README.md
1 parent 8d25908 commit 4d7dbe6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ A modern usage would be
6666
import React from 'react';
6767
import { SortableContainer } from 'react-anything-sortable';
6868

69+
@sortable
6970
class SortableItem extends React.Component {
7071
render() {
7172
return (
@@ -79,7 +80,7 @@ class SortableItem extends React.Component {
7980
};
8081
```
8182

82-
or you want to construct it manually
83+
Or you want to construct it manually
8384

8485
```javascript
8586
import React from 'react';

0 commit comments

Comments
 (0)