tj / should.js

BDD style assertions for node.js -- test framework agnostic
MIT License
2.75k stars 194 forks source link

Fixed two small issues with the Mocha section of the README #178

Closed alexeld closed 10 years ago

alexeld commented 10 years ago

Fixed a syntax issue with the Mocha example (missing closing paren), and removed the space between 'function' and '()' to be consistent with the rest of the file.