From eee66e4b6ea4e1329d7f006da82ae57777b15391 Mon Sep 17 00:00:00 2001 From: Anton Lavrenov Date: Mon, 25 Aug 2014 23:16:56 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49d08d57..f6664cbb 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ KineticJS uses Mocha for testing. KineticJS is covered with hundreds of tests and well over a thousand assertions. KineticJS uses TDD (test driven development) which means that every new feature or bug fix is accompanied with at least one new test. -##Generation documentation +##Generate documentation Run `grunt docs` which will build the documentation files and place them in the docs folder.