davegandy 12 years ago
parent
commit
bfeb7b8b19
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/_includes/get-started.html

+ 2 - 2
src/_includes/get-started.html

@@ -52,7 +52,7 @@
   <p>Use this method to customize Font Awesome and Bootstrap {{ site.bootstrap.version }} using LESS.</p>
   <p>Use this method to customize Font Awesome and Bootstrap {{ site.bootstrap.version }} using LESS.</p>
   <ol>
   <ol>
     <li>Copy the <code>font-awesome</code> directory into your project.</li>
     <li>Copy the <code>font-awesome</code> directory into your project.</li>
-    <li>Open bootstrap.less and replace
+    <li>Open your project's bootstrap/bootstrap.less and replace
 {% highlight html %}
 {% highlight html %}
 @import "sprites.less";
 @import "sprites.less";
 {% endhighlight %}
 {% endhighlight %}
@@ -62,7 +62,7 @@
 {% endhighlight %}
 {% endhighlight %}
     </li>
     </li>
     <li>
     <li>
-      Open your project's font-awesome.less and edit the <code>@FontAwesomePath</code> variable to point to your font directory.
+      Open your project's font-awesome/variables.less and edit the <code>@FontAwesomePath</code> variable to point to your font directory.
 {% highlight html %}
 {% highlight html %}
 @FontAwesomePath:   "../font";
 @FontAwesomePath:   "../font";
 {% endhighlight %}
 {% endhighlight %}