Update README.md

This commit is contained in:
Mathew Kurian 2014-05-31 09:30:06 -05:00
parent a162356788
commit 8e94a0af61

View file

@ -127,7 +127,7 @@ console.log("Your message"); // [invokedFrom.js:25]
```js ```js
// Simple Testing // Simple Testing
// -------------- // --------------
console.test("Test name").expect(5).should(5); // Pretty printed test results console.test("Test name").should(5).be(5); // Pretty printed test results
``` ```
Contributors Contributors
======= =======