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