From 7acf5d4220206004f3ad5d63652643628288b008 Mon Sep 17 00:00:00 2001 From: Sheel Choksi Date: Sun, 19 Jan 2014 14:15:13 -0800 Subject: [PATCH] Add in link to quick start of Jasmine, closes #498 [skip ci] --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index eb88b782..cd73824a 100644 --- a/README.md +++ b/README.md @@ -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