Skip to content

Commit

Permalink
Added yarn installation guide
Browse files Browse the repository at this point in the history
  • Loading branch information
Norserium committed Nov 16, 2018
1 parent fa0a8b4 commit 12ef0ad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ Try it yourself! Go to [demo website](https://norserium.github.io/react-indiana-
npm install --save react-indiana-drag-scroll
```

```bash
yarn add react-indiana-drag-scroll
```

## Usage

```jsx
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-indiana-drag-scroll",
"version": "1.0.0",
"version": "1.0.1",
"description": "Implements scroll on drag",
"author": "Norserium",
"license": "MIT",
Expand Down

0 comments on commit 12ef0ad

Please sign in to comment.