Skip to content

Commit

Permalink
Merge pull request #36 from andrewgordstewart/fix-whitespace-in-readme
Browse files Browse the repository at this point in the history
Remove unwanted whitespace
  • Loading branch information
briangonzalez authored Jan 24, 2017
2 parents 8893613 + f0beeda commit 0b53af1
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 @@ -93,7 +93,7 @@ In your router and controller tests, add `'service:router-scroll',` it as a depe
```js
//{your-app}}/tests/unit/routes/{{your-route}}.js
needs:[ 'service:router-scroll '],
needs:[ 'service:router-scroll' ],
```
### Step 5: Profit
Expand Down

0 comments on commit 0b53af1

Please sign in to comment.