Skip to content

Commit cddd7f3

Browse files
authored
Minor typo fix
1 parent abb5b27 commit cddd7f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ var cpuGauge = Gauge(document.getElementById("cpuSpeed"), {
5252
cpuGauge.setValue(75);
5353

5454
// Set value and animate (value, animation duration in seconds)
55-
cpuGauge.gauge1.setValueAnimated(90, 1);
55+
cpuGauge.setValueAnimated(90, 1);
5656

5757
```
5858

0 commit comments

Comments
 (0)