From de7d005b3dbbf70d95ab81876da1100bbdc783af Mon Sep 17 00:00:00 2001 From: Sheel Choksi Date: Sun, 19 Jan 2014 14:21:21 -0800 Subject: [PATCH] Break out quick start guide on newline [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd73824a..aecc938b 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,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/) +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