From ceddaead423e83f29936331649e62fee94003ace Mon Sep 17 00:00:00 2001 From: BrainCrumbz Date: Fri, 6 Jun 2014 16:45:14 +0200 Subject: [PATCH] Fixed typo 'assetion' and applied singular form. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 04f53ceecd..d96b7894d3 100644 --- a/README.md +++ b/README.md @@ -391,8 +391,8 @@ List of Packages | uglify-js | Dependency for connect-assets library to minify JS. | | validator | Used in conjunction with express-validator in **controllers/api.js**. | | mocha | Test framework. | -| chai | BDD/TDD assetion library. | -| supertest | HTTP assertions library. | +| chai | BDD/TDD assertion library. | +| supertest | HTTP assertion library. | | multiline | Multi-line strings for the generator. | | blessed | Interactive command line interface for the generator. | | yui | Used by the Yahoo API example. |