From 2b743b299bf9747a981ae62b733d5b6b8ee572b9 Mon Sep 17 00:00:00 2001 From: Toby Jaffey Date: Thu, 16 Apr 2026 14:37:09 +0100 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6cef211..eac5a2d 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ int main(int argc, char *argv[]) { * [host-parallel](hosts/host-parallel) parallel vm host running multiple vm instances concurrently, with baked in bytecode * [host-arduino](hosts/host-arduino) vm host as Arduino sketch (`make test` to run AVR code in qemu) * [host-sdl](hosts/host-sdl) vm host providing framebuffer and audio support (see [apps/zigdoom]) - * [host-gdbstub] (hosts/host-gdbstub) vm host supporting GDB remote serial protocol connection, acting as a server. Allows gdb debugging of running code + * [host-gdbstub](hosts/host-gdbstub) vm host supporting GDB remote serial protocol connection, acting as a server. Allows gdb debugging of running code * C sample apps * [apps/helloworld](apps/helloworld) C hello world program * [apps/heap](apps/heap) Demonstration of `malloc()` on extram in C