Skip to content

Commit 571821d

Browse files
committed
Add changelog link to README
1 parent 587a0ae commit 571821d

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# react-draggable [![Build Status](https://travis-ci.org/mzabriskie/react-draggable.svg?branch=master)](https://travis-ci.org/mzabriskie/react-draggable)
22

3-
React draggable component
3+
A simple component for making elements draggable.
4+
5+
[View the Changelog](CHANGELOG.md)
6+
7+
## Demo
8+
9+
http://mzabriskie.github.io/react-draggable/example/
10+
411

512
## Installing
613

@@ -10,10 +17,6 @@ $ npm install react-draggable
1017
$ bower install react-draggable
1118
```
1219

13-
## Demo
14-
15-
http://mzabriskie.github.io/react-draggable/example/
16-
1720
## Example
1821

1922
```js
@@ -98,4 +101,4 @@ React.renderComponent(<App/>, document.body);
98101

99102
## License
100103

101-
MIT
104+
MIT

0 commit comments

Comments
 (0)