Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed May 9, 2012
1 parent d5f5aa4 commit 0844f08
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@ document.body.appendChild( stats.getDomElement() );

setInterval( function () {

stats.update();
stats.begin();

// your code goes here

stats.end();

}, 1000 / 60 );
```
Expand Down

0 comments on commit 0844f08

Please sign in to comment.