Skip to content

Commit de34aa9

Browse files
committed
Update README.md
1 parent 8be358b commit de34aa9

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ npm install --save react-sortablejs
88

99
## Options
1010

11+
#### `ref` option
12+
Specify which items inside the `ref` attribute should be sortable.
13+
14+
#### `model` option
15+
The state attribute for creating a sortable list.
16+
17+
1118
See more options at https://github.com/RubaXa/Sortable#options
1219
```js
1320
{
@@ -38,12 +45,6 @@ See more options at https://github.com/RubaXa/Sortable#options
3845
}
3946
```
4047

41-
#### `ref` option
42-
Specify which items inside the `ref` attribute should be sortable.
43-
44-
#### `model` option
45-
The state attribute for creating a sortable list.
46-
4748
## Usage
4849

4950
```js

0 commit comments

Comments
 (0)