Skip to content

Commit

Permalink
fix($docs): fix param name
Browse files Browse the repository at this point in the history
  • Loading branch information
cstuncsik committed Sep 24, 2016
1 parent 7e5de48 commit 375c15f
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 @@ -46,7 +46,7 @@ createGameLoop(options:Object) => Object

```js
var loop = createGameLoop({
fps: 30,
updateTimeStep: 1000 / 30,
fpsFilterStrength: 20,
slow: 1,
input: function(){},
Expand Down

0 comments on commit 375c15f

Please sign in to comment.