Skip to content

Commit

Permalink
Remove unnecessary part of code sample (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
mehulkar authored and snewcomer committed Sep 25, 2019
1 parent 9742b11 commit 0546162
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 @@ -44,7 +44,7 @@ Also, you have to add RouterScroll as an extension to your Router object:

import RouterScroll from 'ember-router-scroll';

const Router = EmberRouter.extend(PageTrackerMixin, RouterScroll, {
const Router = EmberRouter.extend(RouterScroll, {
...
});
```
Expand Down

0 comments on commit 0546162

Please sign in to comment.