From 08166ac2d52d3de629809cf778091009b3483701 Mon Sep 17 00:00:00 2001 From: Wlodek Bzyl Date: Thu, 15 Mar 2012 16:58:38 +0100 Subject: [PATCH] update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e36955b..b4a00dd 100644 --- a/README.md +++ b/README.md @@ -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';