davegandy 12 år sedan
förälder
incheckning
bfeb7b8b19
1 ändrade filer med 2 tillägg och 2 borttagningar
  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>
   <ol>
     <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 %}
 @import "sprites.less";
 {% endhighlight %}
@@ -62,7 +62,7 @@
 {% endhighlight %}
     </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 %}
 @FontAwesomePath:   "../font";
 {% endhighlight %}