about summary refs log tree commit diff stats
path: root/tutorial
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-10-30 00:26:42 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-10-30 00:26:42 -0700
commit9377cb7c96a54da21027a2c821e8cfabbe2c696e (patch)
treee265803e54da1e2ab41cf11e71d973b93b832984 /tutorial
parent53e9fdd3700f27c24f2968e6bc83483fec77df41 (diff)
downloadmu-9377cb7c96a54da21027a2c821e8cfabbe2c696e.tar.gz
tutorial: point at vocabulary.md
Diffstat (limited to 'tutorial')
-rw-r--r--tutorial/index.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/tutorial/index.md b/tutorial/index.md
index 745737a6..9cea483c 100644
--- a/tutorial/index.md
+++ b/tutorial/index.md
@@ -497,3 +497,6 @@ to make your programs easier to understand.
 Another thing to notice in this program is the commas. Commas are entirely
 optional in Mu, and it can be handy to drop them selectively to group
 arguments together.
+
+This is a good time to skim [Mu's vocabulary of functions for pixel graphics](https://github.com/akkartik/mu/blob/main/vocabulary.md#pixel-graphics).
+They're fun to play with.