diff --git a/README.md b/README.md index d83baf16..58682c09 100644 --- a/README.md +++ b/README.md @@ -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'