README.md in ember_script-0.0.3 vs README.md in ember_script-0.0.4

- old
+ new

@@ -4,27 +4,11 @@ `EmberScript.compile(source)` ## Installation -This gem requires that an `ember-script` command be available in the current path. Being as EmberScript is still in early development, it is best to install via npm from git. After installing [Node.js](http://nodejs.org/), run the following command: - ``` -sudo npm install -g 'git://github.com/ghempton/ember-script.git#HEAD' -``` - -## Rails Integration - -After following the installation instructions above, simply add the following to your gemfile: - -``` -gem 'ember_script-rails' -``` - -## Plain Ruby - -``` -gem 'ember_script' +gem install ember_script ``` ## Contributing to EmberScript-Ruby * Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet.