From 5f931cf25066213d7792dbe7b9df2ca722070317 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9B=D0=B0=D0=B2=D1=80=D1=91=D0=BD=D0=BE=D0=B2=20=D0=90?= =?UTF-8?q?=D0=BD=D1=82=D0=BE=D0=BD?= Date: Thu, 27 Feb 2014 18:51:33 +0800 Subject: [PATCH] Several README typo fixes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 62c6fba9..3beb25df 100644 --- a/README.md +++ b/README.md @@ -15,13 +15,13 @@ If you add a file in the src directory, be sure to add the filename to the sourc KineticJS uses Mocha for testing. * If you need run test only one time run `grunt test`. -* While developing it is easy to use `grunt server` with watch task. Just run in in go to http://localhost:8080/test/runner.html. After src file change kinetic-dev.js will be automatically created, so you need just refresh test page. +* While developing it is easy to use `grunt server` with watch task. Just run it and go to [http://localhost:8080/test/runner.html](http://localhost:8080/test/runner.html). After src file change kinetic-dev.js will be automatically created, so you just need refresh test the page. 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 -`grunt gen-doc` +Run `grunt gen-doc` and see created 'documentation' folder. #Pull Requests