Skip to content

Commit

Permalink
Fixed javascript syntax error in README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
Karl Herler committed Apr 7, 2012
1 parent 4091f34 commit a5cc230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -55,7 +55,7 @@ To start Chilly Framework call `Chilly.init();`. This triggers an `init` event.
To bind events use:

```javascript
Chilly.bind('init', function(e) { ... // load assets, sprites, sounds, etc });
Chilly.bind('init', function(e) { ... /* load assets, sprites, sounds, etc */ });
```


Expand Down

0 comments on commit a5cc230

Please sign in to comment.