Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Wlodek Bzyl committed Mar 15, 2012
1 parent ba44776 commit 08166ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ Add the gem to your *assets* group in the *Gemfile*:

gem 'less-rails-fontawesome', :group => :assets

Then in your `app/assets/stylesheets/application.css.less`:
Then in your *app/assets/stylesheets/application.css.less*:

@import 'fontawesome';

You can also use it with the [less-rails-bootstrap](https://github.com/metaskills/less-rails-bootstrap) gem.
Just import *fontawesome* right after *bootstrap*:
Just import *fontawesome* right after *twitter/bootstrap*:

@import 'twitter/bootstrap';
@import 'fontawesome';
Expand Down

0 comments on commit 08166ac

Please sign in to comment.