We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a91244f commit cbdae50Copy full SHA for cbdae50
README.md
@@ -218,7 +218,7 @@ Let's explore both here.
218
#### HTML Element
219
220
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`.
+Just add the string and ReactSortable will use a `ul` instead of a `div`.
222
223
```tsx
224
import React, { FC, useState } from "react";
0 commit comments