Skip to content

Commit

Permalink
Typo fixed in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
coryschires committed Jan 25, 2011
1 parent c1efc06 commit 94d05cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rdoc
Expand Up @@ -19,7 +19,7 @@ You can specify which quote you'd like to show first by adding a class of <tt>ac

$('ul#quotes').quote_rotator({
rotation_speed: 7000, // defaults to 5000
pause_on_hover: false // defaults to true
pause_on_hover: false, // defaults to true
randomize_first_quote: true // defaults to false
});

Expand Down

0 comments on commit 94d05cf

Please sign in to comment.