Skip to content

Commit

Permalink
fix README.md closes #199
Browse files Browse the repository at this point in the history
  • Loading branch information
vdeturckheim committed Mar 21, 2016
1 parent 4109081 commit df80e10
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,18 +82,17 @@ passed during **connect**
## Development

This section contains instructions for developers working on the Mockgoose codebase.
It is not relevant if you just want to use Mockgoose as a library in your project.
It is not relevant if you just want to use Mockgoose as a library in your project.

### Pre-requisites

* Node.js >= 0.10.0
* Grunt (`npm install -g grunt-cli`)

### Setup

```
git clone git@github.com:mccormicka/Mockgoose.git
cd Mockgoose
npm install
grunt test
npm test
```

0 comments on commit df80e10

Please sign in to comment.