Skip to content

Commit 0844f08

Browse files
committed
Updated README.md
1 parent d5f5aa4 commit 0844f08

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,11 @@ document.body.appendChild( stats.getDomElement() );
3030

3131
setInterval( function () {
3232

33-
stats.update();
33+
stats.begin();
34+
35+
// your code goes here
36+
37+
stats.end();
3438

3539
}, 1000 / 60 );
3640
```

0 commit comments

Comments
 (0)