Skip to content

Commit

Permalink
bleh
Browse files Browse the repository at this point in the history
  • Loading branch information
ryhan committed May 3, 2012
1 parent 07b465f commit f5e6160
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@ To learn more, check out [fixiejs.com](http://www.fixiejs.com "fixiejs")

## Instructions

First, add `<script type="text/javascript" src="fixie.js"></script>` to the bottom of your html document, right before your closing `</body>` tag.
**Step 1 - Add fixie.js** Add `<script type="text/javascript" src="fixie.js"></script>` to the bottom of your html document, right before your closing `</body>` tag.

Then, wherever you need filler content, set `class="fixie"`. For example, if you wanted one filler paragraph, you could use
**Step 2 - Add the `fixie` class.**
Wherever you need filler content, set `class="fixie"`.

For example, if you wanted one filler paragraph, you could use
`<p class="fixie"></p>`

0 comments on commit f5e6160

Please sign in to comment.