Skip to content

Commit

Permalink
edit README
Browse files Browse the repository at this point in the history
  • Loading branch information
cedcn committed Sep 1, 2016
1 parent 441f351 commit 6d49b22
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#dragresize
--
A ReactJS component to render a dragresize layer.
###Installation
-----
##Installation
Install dragresize with [npm](https://www.npmjs.com/):

```
Expand All @@ -15,15 +13,12 @@ For [CommonJS](http://wiki.commonjs.org/wiki/CommonJS) users:
import Dragresize from 'dragresize';
```

###Example
-----

npm install;

npm start;

###Props
-----
##Example
Run:
```console
$ npm install; npm start
```
##Props

| Name | Type | default | Description |
| --- | --- | --- | --- |
Expand Down

0 comments on commit 6d49b22

Please sign in to comment.