Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
update path stuff for links
  • Loading branch information
fat committed Aug 17, 2011
1 parent 23922bf commit 98511f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Expand Up @@ -65,8 +65,8 @@ <h6>Hotlink the CSS</h6>
<h6>Use it with LESS</h6>
<p>A fan of using LESS.js? No problem, just clone the repo and add these lines:</p>
<form>
<textarea class="copy-code" rows="2">&lt;link rel="stylesheet/less" type="text/css" href="bootstrap.less&gt;
&lt;script src="less.js"&gt;&lt;/script&gt;</textarea>
<textarea class="copy-code" rows="2">&lt;link rel="stylesheet/less" type="text/css" href="/path/to/bootstrap.less"&gt;
&lt;script src="/path/to/less.js"&gt;&lt;/script&gt;</textarea>
</form>
</div>
<div class="span5 columns">
Expand Down

0 comments on commit 98511f0

Please sign in to comment.