Trivial wording tweak

Justin Clift 2018-08-31 16:35:50 +01:00
parent dc9f4e3209
commit af0bf55b91

@ -86,5 +86,5 @@ See https://tip.golang.org/pkg/syscall/js/
# Further reference examples # Further reference examples
* [GoWasm Experiments](https://github.com/stdiopt/gowasm-experiments) - Demonstrates working code for several common call types * [GoWasm Experiments](https://github.com/stdiopt/gowasm-experiments) - Demonstrates working code for several common call types
* [Drawing simple 3D objects on 2D canvas](https://justinclift.github.io/wasmGraph1/) ([source code](https://github.com/justinclift/wasmGraph1/)) * [Drawing simple 3D objects on the 2D canvas](https://justinclift.github.io/wasmGraph1/) ([source code](https://github.com/justinclift/wasmGraph1/))
* Displays wireframe solids on the 2d canvas, using basic matrix maths. Use wasd/keypad keys to rotate. * Displays wireframe solids on the 2d canvas, using basic matrix maths. Use wasd/keypad keys to rotate.