From 8258bc185412bc0b9e96237f072642f4a82f68d0 Mon Sep 17 00:00:00 2001 From: Dennis Ranke Date: Wed, 13 Sep 2023 07:36:24 +0200 Subject: [PATCH] fix typo --- site/content/docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs.md b/site/content/docs.md index 71a8f41..d8cf954 100644 --- a/site/content/docs.md +++ b/site/content/docs.md @@ -5,7 +5,7 @@ description = "Docs" # Overview -MicroW8 loads WebAssembly modules with a maximum size of 256kb. You module needs to export +MicroW8 loads WebAssembly modules with a maximum size of 256kb. Your module needs to export a function `fn upd()` which will be called once per frame. After calling `upd` MicroW8 will display the 320x240 8bpp framebuffer located at offset 120 in memory with the 32bpp palette located at 0x13000.