Skip to content

Commit

Permalink
use ember install instead of npm install (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcardarella authored and Arjan Singh committed Aug 3, 2016
1 parent 09cc7aa commit 6ed2dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ On `didTransition`, it first checks to see if the route transition was triggered
### Step 1: Install Ember Router Scroll

```bash
npm install ember-router-scroll
ember install ember-router-scroll
```
or

Expand Down

0 comments on commit 6ed2dfc

Please sign in to comment.