README.md in middleman-jasmine-0.1.0 vs README.md in middleman-jasmine-0.1.1

- old
+ new

@@ -23,11 +23,11 @@ //= require_tree . ``` Add the following code to your `config.rb` file: ``` - activate: :jasmine + activate :jasmine ``` Write a spec file under spec/javascripts and hit /jasmine under your Middleman app, e.g. http://localhost:4567/jasmine. You should see the results of the spec pass/fail under Jasmine. @@ -43,10 +43,10 @@ end ``` To configure the extension, use: ``` - activate: :jasmine, fixtures_dir: "spec/javascripts/fixtures", jasmine_url: "/jasmine" + activate :jasmine, fixtures_dir: "spec/javascripts/fixtures", jasmine_url: "/jasmine" ``` ## Contributing 1. Fork it