Add in link to quick start of Jasmine, closes #498

[skip ci]
This commit is contained in:
Sheel Choksi
2014-01-19 14:15:13 -08:00
parent 2a8b5a30b6
commit 7acf5d4220

View File

@@ -6,6 +6,7 @@
Jasmine is a Behavior Driven Development testing framework for JavaScript. It does not rely on browsers, DOM, or any JavaScript framework. Thus it's suited for websites, [Node.js](http://nodejs.org) projects, or anywhere that JavaScript can run.
Documentation & guides live here: [http://jasmine.github.io](http://jasmine.github.io/)
For a quick start guide of Jasmine 2.0, see the beginning of [http://jasmine.github.io/2.0/introduction.html](http://jasmine.github.io/2.0/introduction.html)
## Contributing