From f0beeda877d3e3a11b0f5c3ec6ae86d5ea1a119a Mon Sep 17 00:00:00 2001 From: Andrew Stewart Date: Wed, 23 Nov 2016 14:51:12 -0700 Subject: [PATCH] Remove unwanted whitespace --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 58682c09..8a96377a 100644 --- a/README.md +++ b/README.md @@ -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