From fc21c4f8077c23e45a1e8a6086e28f22acd1a4c7 Mon Sep 17 00:00:00 2001 From: Arlindo Pereira Date: Wed, 25 May 2016 14:58:05 -0300 Subject: [PATCH] Typo on README.md No space before punctuation. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 23d2188..63997c7 100644 --- a/README.md +++ b/README.md @@ -226,12 +226,12 @@ npm install && bower install grunt ``` -The karma task will try to open Firefox and Chrome as browser in which to run the tests. Make sure this is available or change the configuration in `test\karma.conf.js` +The karma task will try to open Firefox and Chrome as browser in which to run the tests. Make sure this is available or change the configuration in `test\karma.conf.js`. ### Grunt Serve -We have one task to serve them all ! +We have one task to serve them all! ```sh grunt serve