README.md in pace-rails-0.0.2 vs README.md in pace-rails-0.0.3

- old
+ new

@@ -1,25 +1,32 @@ # Pace::Rails TODO: Write a gem description -## Installation +## Rails 4+ -Add this line to your application's Gemfile: +Include pace-rails in Gemfile: gem 'pace-rails' -And then execute: +or you can install from latest build: - $ bundle + gem 'pace-rails', git: 'git@github.com:drkyro/pace-rails.git' -Or install it yourself as: +## Usage - $ gem install pace-rails +app/assets/javascripts/application.js -## Usage + //= require pace/pace -TODO: Write usage instructions here +Pace supports a few themes. + +app/assets/stylesheets/application.css + + *= require pace/ + // or + +You may need to restart your rails server. ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`)