Skip to content

Commit

Permalink
README formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrisher committed Oct 15, 2009
1 parent 8b29b9b commit 195b95a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.mdown
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,18 @@ Example
=======

To include the QUnit testing overlay on your page simply add
<%= include_qunit %> to the head of your document layout.
`<%= include_qunit %>` to the head of your document layout.

The QUnit overlay looks like this in the browser:

[![](http://farm3.static.flickr.com/2603/4014493975_7c0ee9e528.jpg)](http://farm3.static.flickr.com/2603/4014493975_7c0ee9e528.jpg)

[![](http://farm3.static.flickr.com/2464/4015257542_9e0ef15dbc.jpg)](http://farm3.static.flickr.com/2464/4015257542_9e0ef15dbc.jpg)

Usage
=====

After adding the <%= include_qunit %> to the head of your document layout, you
After adding the `<%= include_qunit %>` to the head of your document layout, you
simply need to add some test files to the /public/stylesheets/tests directory.

The tests follow a pattern such as:
Expand Down

0 comments on commit 195b95a

Please sign in to comment.