From f4bf9dbd9f0620b7f1f7efcaf3252f7df91c45e6 Mon Sep 17 00:00:00 2001 From: codingwatching <85933804+codingwatching@users.noreply.github.com> Date: Mon, 3 Apr 2023 00:21:53 +0700 Subject: [PATCH] Update README.md Fix typo sdl2_ttf --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 97eae14..5f16ff8 100644 --- a/README.md +++ b/README.md @@ -267,7 +267,7 @@ brew install glew brew install sdl2 brew install sdl2_image brew install sdl2_mixer -brew install sld2_ttf +brew install sdl2_ttf brew install glm brew install boost ```