From db3d666d5339d1851eba4f68ed9e7aa96e190fbf Mon Sep 17 00:00:00 2001 From: Anto-Napo <132285573+Anto-Napo@users.noreply.github.com> Date: Tue, 2 Jan 2024 04:05:11 +0100 Subject: [PATCH] Correcting a grammatical error L189: an NES game --> a NES game --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b34a0f1..ad55217 100644 --- a/README.md +++ b/README.md @@ -186,7 +186,7 @@ It's a great way to learn. #### Build your own `Game` * [**C**: _Handmade Hero_](https://handmadehero.org/) -* [**C**: _How to Program an NES game in C_](https://nesdoug.com/) +* [**C**: _How to Program a NES game in C_](https://nesdoug.com/) * [**C**: _Chess Engine In C_](https://www.youtube.com/playlist?list=PLZ1QII7yudbc-Ky058TEaOstZHVbT-2hg) [video] * [**C**: _Let's Make: Dangerous Dave_](https://www.youtube.com/playlist?list=PLSkJey49cOgTSj465v2KbLZ7LMn10bCF9) [video] * [**C**: _Learn Video Game Programming in C_](https://www.youtube.com/playlist?list=PLT6WFYYZE6uLMcPGS3qfpYm7T_gViYMMt)