Skip to content

Commit

Permalink
Doc updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
wbotelhos committed Nov 2, 2011
1 parent 62b6e0b commit bcc0a6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.markdown
Expand Up @@ -57,8 +57,7 @@ The jQuery Stepy is licensed under [The MIT License](http://www.opensource.org/l

## Public functions

$('#stepy').stepy('step', 2);
Change the form to the second step.
$('#stepy').stepy('step', 2); // Change the form to the second step.

## Contributors:

Expand Down
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -406,7 +406,7 @@
<div class="session">Public functions:</div>

<div class="source">$('#stepy').stepy('step', 2);</div>
<div class="description-code">Change the form to step 2. Validation is not supported yet.</div>
<div class="description-code">Change the form to step 2.</div>
</div>

<div id="footer">
Expand Down

0 comments on commit bcc0a6e

Please sign in to comment.