Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bennycwong authored Aug 18, 2016
1 parent 06942ed commit 735cda5
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 @@ -79,7 +79,7 @@ const Router = Ember.Router.extend(RouterScroll, {}
### Step 3: Update your app's locationType
Edit `config/environment.js` and change `locationType`.
Also add `historySupportMiddleware: true,` to get live-reload working in nested routes (see [Issue #21](https://github.com/dollarshaveclub/ember-router-scroll/issues/21))
Also add `historySupportMiddleware: true,` to get live-reload working in nested routes. (See [Issue #21](https://github.com/dollarshaveclub/ember-router-scroll/issues/21))
```js
locationType: 'router-scroll'
Expand Down

0 comments on commit 735cda5

Please sign in to comment.