Skip to content

Commit

Permalink
Adding 'connect' npm requirement as it is required to run make test
Browse files Browse the repository at this point in the history
… (in order for it to run `node js/tests/server.js`)
  • Loading branch information
philfreo committed Jul 4, 2012
1 parent 857b8fb commit 4d6434a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@ Developers
We have included a makefile with convenience methods for working with the Bootstrap library.

+ **dependencies**
Our makefile depends on you having recess, uglify.js, and jshint installed. To install, just run the following command in npm:
Our makefile depends on you having recess, connect, uglify.js, and jshint installed. To install, just run the following command in npm:

```
$ npm install recess uglify-js jshint -g
$ npm install recess connect uglify-js jshint -g
```

+ **build** - `make`
Expand Down

0 comments on commit 4d6434a

Please sign in to comment.