From 54f71f18c2dbe9e12e87ead71c70cfb481038ba9 Mon Sep 17 00:00:00 2001 From: Toby Jaffey Date: Mon, 8 Dec 2025 21:22:10 +0000 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 988aff6..a5fa6ea 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Although based on a fully fledged CPU emulator, uvm32 is intended for executing * [host-arduino](host-arduino) vm host as Arduino sketch (tested on Arduino Uno ATmega328P, uses 9950 bytes of flash/1254 bytes RAM) * [apps/helloworld](apps/helloworld) C hello world program * [apps/conio](apps/conio) C console IO demo - * [apps/lissajous](apps/lissajour) C console lissajous curve (showing softfp, floating point) + * [apps/lissajous](apps/lissajous) C console lissajous curve (showing softfp, floating point) * [apps/hello-asm](apps/hello-asm) Minimal hello world assembly * [apps/fib](apps/fib) C fibonacci series program (iterative and recursive) * [apps/sketch](apps/sketch) C Arduino/Wiring/Processing type program in `setup()` and `loop()` style