From a951bbbb47651d4085f879d13bb2d7f2f50cb8f0 Mon Sep 17 00:00:00 2001 From: Matt Parker Date: Thu, 8 Jan 2015 10:57:46 -0800 Subject: [PATCH] Link to the Jasmine NPM module Also, put the jasmine- links above the confusing "install jasmine on your local box" stuff (why would I want to do that?) --- README.md | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index f97de90b..e531d9fc 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[](http://jasmine.github.io) +[](http://jasmine.github.io) [![Build Status](https://travis-ci.org/jasmine/jasmine.png?branch=master)](https://travis-ci.org/jasmine/jasmine) [![Code Climate](https://codeclimate.com/github/pivotal/jasmine.png)](https://codeclimate.com/github/pivotal/jasmine) @@ -11,17 +11,26 @@ Jasmine is a Behavior Driven Development testing framework for JavaScript. It do 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) -Upgrading from Jasmine 1.x? Check out the [2.0 release notes](https://github.com/pivotal/jasmine/blob/v2.0.0/release_notes/20.md) for a list of what's new (including breaking interface changes). +Upgrading from Jasmine 1.x? Check out the [2.0 release notes](https://github.com/jasmine/jasmine/blob/v2.0.0/release_notes/20.md) for a list of what's new (including breaking interface changes). ## Contributing -Please read the [contributors' guide](https://github.com/pivotal/jasmine/blob/master/CONTRIBUTING.md) +Please read the [contributors' guide](https://github.com/jasmine/jasmine/blob/master/CONTRIBUTING.md) ## Installation +For the Jasmine NPM module:
+[https://github.com/jasmine/jasmine-npm](https://github.com/jasmine/jasmine-npm) + +For the Jasmine Ruby Gem:
+[https://github.com/jasmine/jasmine-gem](https://github.com/jasmine/jasmine-gem) + +For the Jasmine Python Egg:
+[https://github.com/jasmine/jasmine-py](https://github.com/jasmine/jasmine-py) + To install Jasmine on your local box: -* Clone Jasmine - `git clone https://github.com/pivotal/jasmine.git` +* Clone Jasmine - `git clone https://github.com/jasmine/jasmine.git` * Create a Jasmine directory in your project - `mkdir my-project/jasmine` * Move latest dist to your project directory - `mv jasmine/dist/jasmine-standalone-2.0.0.zip my-project/jasmine` * Change directory - `cd my-project/jasmine` @@ -36,13 +45,6 @@ Add the following to your HTML file: -For the Jasmine Ruby Gem:
-[https://github.com/pivotal/jasmine-gem](https://github.com/pivotal/jasmine-gem) - -For the Jasmine Python Egg:
-[https://github.com/pivotal/jasmine-py](https://github.com/pivotal/jasmine-py) - - ## Support @@ -55,7 +57,7 @@ For the Jasmine Python Egg:
* [Davis W. Frank](mailto:dwfrank@pivotal.io), Pivotal Labs * [Rajan Agaskar](mailto:rajan@pivotal.io), Pivotal Labs -* [Gregg Van Hove](mailto:ghove@pivotal.io), Pivotal Labs +* [Gregg Van Hove](mailto:gvanhove@pivotal.io), Pivotal Labs ### Maintainers Emeritus