From 543675d1cf72d2209ce68b07f16929e4b9b2e45f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Ba=C4=87kowski?= Date: Wed, 28 Aug 2013 09:10:26 +0200 Subject: [PATCH] Typos in Readme --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index baf5fcc..5991bb2 100644 --- a/README.md +++ b/README.md @@ -147,14 +147,14 @@ Factory.define 'user', class: User, -> 1. Fork it 2. Install dependencies -``` -npm install -``` + ``` + npm install + ``` 3. Make your changes on branch and make sure all tests pass -``` -npm test -``` + ``` + npm test + ``` 4. Submit your pull request !