From e1448a7a33a84c3fbf65cbdd2e9eaa5c1efcde0c Mon Sep 17 00:00:00 2001 From: Trevor Maze Date: Sat, 21 Feb 2026 23:13:06 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d9e9986..ccce4f8 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ## Overview This is a place where I mess around with developing for the Nintendo Entertainment System. It is written completely in 6502 assembly, compiled to the iNES ROM format with [CA65](https://cc65.github.io/). -My main source of documentation is the [NESDev wiki](https://www.nesdev.org/wiki/Nesdev_Wiki), and the project structure is a heavily modified of [this NES project template](https://github.com/bbbradsmith/NES-ca65-example/tree/master). +My main source of documentation is the [NESDev wiki](https://www.nesdev.org/wiki/Nesdev_Wiki), and the project structure is a heavily modified version of [this NES project template](https://github.com/bbbradsmith/NES-ca65-example/tree/master). ## Features > [!NOTE]