From b20439e1d7b102d4db29e57feb254c8aec19a885 Mon Sep 17 00:00:00 2001 From: sawyer bristol Date: Wed, 19 Nov 2025 11:12:37 -0700 Subject: [PATCH] fix readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e1f265..712a29c 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Current focus is on exanding applications and porting software, finding bugs in - **`userlib_sys/`** – C FFI bindings for kernel syscall - **`userlib/`** – Rust wrapper on top of `userlib_sys` - **`picolib/`** – Built with ```just newlib```, and provides libc symbols when linking with C libraries -- **`user-apps/`** – Collection of userspace programs (gif player, wav player, calculator, snake, etc.) +- **`user_apps/`** – Collection of userspace programs (gif player, wav player, calculator, snake, etc.) ## Features