Merge pull request #825 from fitzgen/paint-table-of-contents

guide: Add paint example to the table of contents
This commit is contained in:
Alex Crichton
2018-09-13 18:21:03 -07:00
committed by GitHub

View File

@ -61,6 +61,7 @@
- [The `fetch` API](./web-sys/examples/fetch.md)
- [2D Canvas](./web-sys/examples/2d-canvas.md)
- [WebAudio](./web-sys/examples/web-audio.md)
- [A Simple Paint Program](./web-sys/examples/paint.md)
--------------------------------------------------------------------------------