From 21b01f4a5def8f08daee18cef8888987faf94f4a Mon Sep 17 00:00:00 2001 From: "Davis W. Frank" Date: Fri, 24 Jan 2014 09:32:20 -0800 Subject: [PATCH] Whitespace Markdown fix --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aecc938b..cd001a08 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ [Jasmine](http://jasmine.github.io) [![Build Status](https://travis-ci.org/pivotal/jasmine.png?branch=master)](https://travis-ci.org/pivotal/jasmine) [![Code Climate](https://codeclimate.com/repos/5269970a13d6374b6c01d632/badges/8bc25526da64e02065f4/gpa.png)](https://codeclimate.com/repos/5269970a13d6374b6c01d632/feed) ======= + **A JavaScript Testing Framework** 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.