From dde05a91352f973908c3fd948bedab95140b2d4c Mon Sep 17 00:00:00 2001 From: STREGA Date: Mon, 1 Jul 2024 13:43:13 -0400 Subject: [PATCH] Fix incorrect links --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d6fd0eb..6b61048 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,11 @@ There are no "helper" functions or dependences. ## Available Examples General -1. [User Input](Sources/_01_UserInput/UserInput.swift): +1. [User Input](Sources/G_01_UserInput/UserInput.swift): Show text when using certain user inputs. -2. [Multiple Windows](Sources/_02_MultipleWindows/MultipleWindows.swift): +2. [Multiple Windows](Sources/G_02_MultipleWindows/MultipleWindows.swift): Open multiple windows on compatible platforms. -3. [Save State](Sources/_03_SavingState/SavingState.swift): +3. [Save State](Sources/G_03_SavingState/SavingState.swift): Save and restore game state. 2D