diff --git a/src/get-started.html b/src/get-started.html index cd63636dc..48ad89f06 100644 --- a/src/get-started.html +++ b/src/get-started.html @@ -122,7 +122,7 @@ relative_path: ../

Using Sass or Less

-

Use this method to customize Font Awesome {{ site.fontawesome.version }} using LESS or SASS.

+

Use this method to customize Font Awesome {{ site.fontawesome.version }} using Less or Sass.

  1. Copy the font-awesome/ directory into your project.
  2. @@ -133,7 +133,7 @@ relative_path: ../ {% endhighlight %}

    The font path is relative from your compiled CSS directory.

  3. -
  4. Re-compile your LESS or SASS if using a static compiler. Otherwise, you should be good to go.
  5. +
  6. Re-compile your Less or Sass if using a static compiler. Otherwise, you should be good to go.
  7. Check out the examples to start using Font Awesome!
@@ -150,10 +150,10 @@ relative_path: ../
-

LESS Ruby Gem

+

Less Ruby Gem

- Use the Official Font Awesome LESS Ruby Gem to easily get Font - Awesome LESS into a Rails project. Generously maintained by @supercodepoet. + Use the Official Font Awesome Less Ruby Gem to easily get Font + Awesome Less into a Rails project. Generously maintained by @supercodepoet.

  1. @@ -184,10 +184,10 @@ $ gem install font-awesome-less
-

SASS Ruby Gem

+

Sass Ruby Gem

- Use the Official Font Awesome SASS Ruby Gem to easily get Font - Awesome SASS into a Rails or Compass project. Generously maintained by @supercodepoet. + Use the Official Font Awesome Sass Ruby Gem to easily get Font + Awesome Sass into a Rails or Compass project. Generously maintained by @supercodepoet.