README.rdoc in visionmedia-jspec-1.1.1 vs README.rdoc in visionmedia-jspec-1.1.3

- old
+ new

@@ -51,10 +51,16 @@ == Installation Simply download JSpec and include JSpec.css and JSpec.js in your markup. Head over to the downloads section on Github, clone this public repo, or -add JSpec as a git submodule with in your project. +add JSpec as a git submodule with in your project. Alternatively JSpec is +also available as a Ruby Gem, which also provides the `jspec` executable. To +install as a gem simply: + $ sudo gem install visionmedia-jspec + +At which point you may: + $ jspec init myproject JSpec scripts should NOT be referenced via the <script> tag, they should be loaded using the exec method. Below is an example: ...