From 148356d7422df655636153be4fa80ae50dd98221 Mon Sep 17 00:00:00 2001 From: Jesse Donat Date: Wed, 14 May 2025 00:21:41 -0500 Subject: [PATCH] Correct Typo of FUZIX FUXIX -> FUZIX --- Code/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/README.md b/Code/README.md index 61165bf..faceda0 100644 --- a/Code/README.md +++ b/Code/README.md @@ -8,7 +8,7 @@ We would like to thank the following open source projects: [PicoMite](https://geoffg.net/picomite.html) is a [BASIC](https://en.m.wikipedia.org/wiki/BASIC) language interpreter based on the PRI Pico optimized version of [MMBasic](https://mmbasic.com/). - FUZIX -[FUXIX](https://www.fuzix.org/) is a lightweight UNIX-like OS for 8-bit and small systems, designed for minimal resource usage. +[FUZIX](https://www.fuzix.org/) is a lightweight UNIX-like OS for 8-bit and small systems, designed for minimal resource usage. - NES emulator [shapones](https://github.com/shapoco/shapones) is an NES emulator for programming study on pico.