Skip to content
This repository has been archived by the owner on Nov 25, 2021. It is now read-only.

Commit

Permalink
update directory in site: components -> bower_components
Browse files Browse the repository at this point in the history
see #12
  • Loading branch information
Coby Chapple committed Oct 8, 2013
1 parent b30747f commit 620df59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ <h2>Installation</h2>
<div class="unit whole">
<h3>1. Stylesheet</h3>
<p>Add the following stylesheet to the <code>&lt;head&gt;</code> section of your project’s HTML. If you didn’t use Bower, you may need to adjust the path to the CSS file to match your file&nbsp;structure.</p>
<pre><code>&lt;link rel="stylesheet" href="components/gridism/gridism.css"&gt;</code></pre>
<pre><code>&lt;link rel="stylesheet" href="bower_components/gridism/gridism.css"&gt;</code></pre>
</div>
</div>
<div class="grid">
Expand Down

0 comments on commit 620df59

Please sign in to comment.