Skip to content

Commit 975e716

Browse files
committed
Update README
1 parent 237071b commit 975e716

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ $ npm install react-draggable
1616
```
1717

1818
If you aren't using browserify/webpack, a
19-
[UMD version of react-draggable](http://mzabriskie.github.io/react-draggable/example/react-draggable.js)
20-
is updated in the `gh-pages` branch and used for the demo. You can generate it yourself from master by cloning this
19+
[UMD version of react-draggable](dist/react-draggable.js) is available. It is updated per-release only.
20+
21+
If you want a UMD version of the latest `master` revision, you can generate it yourself from master by cloning this
2122
repository and running `$ make`. This will create umd dist files in the `dist/` folder.
2223

2324
## Details

0 commit comments

Comments
 (0)