Skip to content

Commit 57da261

Browse files
authored
Merge pull request #256 from Zachiah/patch-1
2 parents a91244f + cbdae50 commit 57da261

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
@@ -218,7 +218,7 @@ Let's explore both here.
218218
#### HTML Element
219219

220220
Here we will use a `ul`. You can use any HTML.
221-
Just add the string and ReactSortable will use a `li` instead of a `div`.
221+
Just add the string and ReactSortable will use a `ul` instead of a `div`.
222222

223223
```tsx
224224
import React, { FC, useState } from "react";

0 commit comments

Comments
 (0)