Several README typo fixes

This commit is contained in:
Лаврёнов Антон
2014-02-27 18:51:33 +08:00
parent 7c5794f838
commit 5f931cf250

View File

@@ -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. KineticJS uses Mocha for testing.
* If you need run test only one time run `grunt test`. * 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. 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 #Generation documentation
`grunt gen-doc` Run `grunt gen-doc` and see created 'documentation' folder.
#Pull Requests #Pull Requests