From 8e94a0af618064fa2203cf49b782d7856ee68d1f Mon Sep 17 00:00:00 2001 From: Mathew Kurian Date: Sat, 31 May 2014 09:30:06 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 958b10b..da8e3fa 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ console.log("Your message"); // [invokedFrom.js:25] ```js // 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 =======