Skip to content

Commit

Permalink
Minor typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
naikus authored Oct 14, 2016
1 parent abb5b27 commit cddd7f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ var cpuGauge = Gauge(document.getElementById("cpuSpeed"), {
cpuGauge.setValue(75);

// Set value and animate (value, animation duration in seconds)
cpuGauge.gauge1.setValueAnimated(90, 1);
cpuGauge.setValueAnimated(90, 1);

```

Expand Down

0 comments on commit cddd7f3

Please sign in to comment.