Skip to content

Commit 1406e7f

Browse files
committed
perf: readme
1 parent 7bfd7e7 commit 1406e7f

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
@@ -33,7 +33,7 @@ npm install react-draggable-plus
3333

3434
```ts
3535
import React, { useRef, useState } from "react"
36-
import { ReactDraggablePlush } from 'react-draggable-plus'
36+
import { ReactDraggablePlush } from "react-draggable-plus"
3737
const Demo = () => {
3838
const el = useRef<any>(null)
3939
const [list, setList] = useState([{

0 commit comments

Comments
 (0)