README.md in caisson-0.0.1 vs README.md in caisson-0.0.2

- old
+ new

@@ -1,9 +1,9 @@ Caisson =============== -Caisson will provide a set of tools to facilitate the integration of Zurb-Foundation to your Rails project. +Caisson provide a set of tools to facilitate the integration of Zurb-Foundation to your Rails project. Install ------- ``` @@ -15,9 +15,21 @@ In your Gemfile: ```ruby gem 'zurb-foundation' gem 'caisson' +``` + +In your application.js + +```javascript +//= require foundation +//= require caisson +``` + +In your application.scss +```css +@import "foundation"; ``` Orbit Slider -----