This commit is contained in:
Kartik K. Agaram 2021-10-30 01:17:05 -07:00
parent 29523c7eb6
commit fb50fb081a
1 changed files with 1 additions and 1 deletions

View File

@ -592,7 +592,7 @@ which implements a simple counter app.
<img alt='screenshot of the counter app' src='counter.png'>
Do all the parts make sense? Read the extensive vocabulary of functions for
[drawing text to screen](https://github.com/akkartik/mu/blob/main/vocabulary.md#events).
[drawing text to screen](https://github.com/akkartik/mu/blob/main/vocabulary.md#printing-to-screen).
---