Skip to content

Commit f61331d

Browse files
committed
fix umd path
1 parent 162f957 commit f61331d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ var SortableElement = Sortable.SortableElement;
4141
Alternatively, an UMD build is also available:
4242

4343
```html
44-
<script src="react-sortable-hoc/dist/umd/react-sortable-hoc.js"></script>
44+
<script src="react-sortable-hoc/dist/react-sortable-hoc.umd.js"></script>
4545
```
4646

4747
## Usage

0 commit comments

Comments
 (0)