templates/boilerplate/manifest.rb in head_start-0.1.0 vs templates/boilerplate/manifest.rb in head_start-0.1.1

- old
+ new

@@ -61,22 +61,22 @@ (See full docs at: http://github.com/sporkd/compass-html5-boilerplate) Rails Installation ======================== -$ gem install jumpstart +$ gem install head_start $ cd my_rails_project -$ compass init rails -r jumpstart -u jumpstart/boilerplate --force +$ compass init rails -r head_start -u head_start/boilerplate --force Standalone Installation (use for Frank installations) ====================================================== -$ gem install jumpstart +$ gem install head_start $ cd my_rails_project -$ compass init stand_alone -r jumpstart -u jumpstart/boilerplate --force +$ compass init stand_alone -r head_start -u head_start/boilerplate --force } welcome_message %Q{ -You've installed Jumpstart Boilerplate. Good for you! +You've installed Head Start Boilerplate. Good for you! }