Skip to content

Commit

Permalink
Small type update to README
Browse files Browse the repository at this point in the history
  • Loading branch information
soulwire committed May 27, 2013
1 parent dfb89d0 commit 1d51164
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 @@ -41,7 +41,7 @@ Here's an example:
* A sketch is an augmented drawing context (`CanvasRenderingContext2D`, `WebGLRenderingContext` or `HTMLElement`) so it has all the expected drawing methods built in.
* The `mouse` property is also the first element of the `touches` array and vice versa, so you can code to one standard and get touch and multi-touch support for free.
* The `update` and `draw` loops run on the browser animation frame and can `stop` and `start` whenever you like.
* You get fast access to `Math` functions and constants, plus extras like range and array enabled `random` plus `map` and `lerp`.
* You get fast access to `Math` functions and constants, plus extras like range and array enabled `random`, `map` and `lerp`.
* Simple and configurable. You can even bring your own `context`, so it works well with libraries like [THREE](http://threejs.org/).

### The Rest
Expand Down

0 comments on commit 1d51164

Please sign in to comment.