README.rdoc in visionmedia-jspec-2.0.3 vs README.rdoc in visionmedia-jspec-2.1.0

- old
+ new

@@ -35,12 +35,12 @@ 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. Alternatively JSpec is also available as a Ruby Gem (though this is not required), which also -provides the `jspec` executable. To install as a gem simply: - $ sudo gem install visionmedia-jspec +provides the `jspec` executable. To install execute: + $ 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 @@ -437,11 +437,11 @@ .exec('spec/spec.core.js') .run({ formatter : JSpec.formatters.Terminal, failuresOnly : true }) .report() Initialize project with: - $ jspec init myproject --template rhino + $ jspec init myproject Run with: $ jspec run --rhino Or bind (automated testing): @@ -454,10 +454,10 @@ back to the terminal. It is essentially the same as using the DOM formatter and auto-testing each browser, however results are centralized to the terminal, removing the need to manually view each browser's output. Initialize project with: - $ jspec init myproject --template server + $ jspec init myproject Run with: $ jspec run --server == More Information