Skip to content

Commit

Permalink
Merge pull request #2 from vshvedov/master
Browse files Browse the repository at this point in the history
Fixing typos and colorizing README.md
  • Loading branch information
calj committed Nov 30, 2011
2 parents e783e2b + 6515ea5 commit fe8c4a1
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions README.md
Expand Up @@ -2,7 +2,7 @@


![Skeleton](http://i.minus.com/iH51VXxPPD1jJ.png) ![Skeleton](http://i.minus.com/iH51VXxPPD1jJ.png)


[Skeleton](http://http://getskeleton.com) is a Beautiful Boilerplate for Responsive, Mobile-Friendly Development, a CSS framework. [Skeleton](http://getskeleton.com) is a Beautiful Boilerplate for Responsive, Mobile-Friendly Development, a CSS framework.


Currently Skeleton supports: Currently Skeleton supports:


Expand All @@ -20,21 +20,27 @@ Currently Skeleton supports:


Add to your `Gemfile`: Add to your `Gemfile`:


gem 'skeleton-rails' ```ruby
gem 'skeleton-rails'
```


then run `bundle` in the console, and then run: then run `bundle` in the console, and then run:


rails g skeleton:install rails g skeleton:install


command. This should add: command. This should add:


= require base ```ruby
= require layout = require base
= require skeleton = require layout
= require skeleton
```


into `app/assets/stylesheets/application.css`. and: into `app/assets/stylesheets/application.css`. and:


= require tabs ```ruby
= require tabs
```


into `app/assets/javascripts/application.js` into `app/assets/javascripts/application.js`


Expand Down

0 comments on commit fe8c4a1

Please sign in to comment.