Skip to content

Commit

Permalink
updating README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Apr 24, 2013
1 parent 396ab7c commit 383dccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -27,7 +27,7 @@ There are a few libraries that I pull into almost every Node.JS project that I b
* __[mocha](https://github.com/visionmedia/mocha)__ mocha is a light-weight testing framework for JavaScript. It provides both BDD and TDD interfaces, allowing you to choose whichever you feel more comfortable with.
* __[underscore](https://github.com/documentcloud/underscore)__ underscore provides functional programming constructs: map, reduce, extend, etc. It really helps to cleanup the logic surrounding array and object manipulation my applications.
* __[optimist](https://github.com/substack/node-optimist)__ optimst is a simple, powerful, command-line-argument parser.
* __[sinon](https://github.com/cjohansen/Sinon.JS)__ sinon sinon is a stand-alone testing framework. I use it specifically for its stubbing functionality.
* __[sinon](https://github.com/cjohansen/Sinon.JS)__ sinon is a stand-alone testing framework. I use it specifically for its stubbing functionality.

Bootstrapping Your First Project with NMS
-----------------------------------------
Expand Down

0 comments on commit 383dccd

Please sign in to comment.