Skip to content

Commit

Permalink
Merge pull request #5 from johnbacon/patch-1
Browse files Browse the repository at this point in the history
Update NPM and Yarn to use proper package name
  • Loading branch information
hsnaydd authored Mar 22, 2017
2 parents 8911720 + 01c52e0 commit 8611abe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ A lightweight (only 1kb gzipped) scroll animation javascript library without any
### Using npm

```sh
$ npm install moveTo --save
$ npm install moveto --save
```

### Using Yarn

```sh
$ yarn add moveTo
$ yarn add moveto
```

### Using Bower
Expand Down

0 comments on commit 8611abe

Please sign in to comment.