Skip to content

Commit

Permalink
Minor readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mhuggins committed Jan 16, 2013
1 parent 1a02654 commit 87582ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -64,7 +64,7 @@ follows.
to: 2500,
speed: 1000,
refreshInterval: 50,
onFormat: function (value, options) {
formatting: function (value, options) {
return value.toFixed(options.decimals);
},
onUpdate: function (value) {
Expand Down

0 comments on commit 87582ba

Please sign in to comment.