Skip to content

Commit

Permalink
Fixed formatting on README
Browse files Browse the repository at this point in the history
  • Loading branch information
Doug Neiner authored and Doug Neiner committed Jan 21, 2010
1 parent e245e4b commit 5268bd3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ h3. Usage

*Any JavaScript framework*:

Downloadify.create( id_or_DOM_element, options );
<pre>Downloadify.create( id_or_DOM_element, options );</pre>

*jQuery*:

$("#element").downloadify( options );
<pre>$("#element").downloadify( options );</pre>

*MooTools:*

$("elementid").downloadify( options );
<pre>$("elementid").downloadify( options );</pre>

h3. Options

Expand Down

0 comments on commit 5268bd3

Please sign in to comment.