From ace4885c84ba52f517a28a60e1b2959b1eec4149 Mon Sep 17 00:00:00 2001 From: Ziyu Date: Tue, 30 Dec 2025 23:32:34 +0800 Subject: [PATCH] fix: spell mistake in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e1cf5e..0d23ddc 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [English](README.md) | [简体中文](README-ZN.md) # SunnyLand -**SunnyLand** is a cross-platfrom platformer game developed in C++ with SDL3, glm, nlohmann-json and Tiled. +**SunnyLand** is a cross-platform platformer game developed in C++ with SDL3, glm, nlohmann-json and Tiled. > This project is a teaching demonstration project; it is the 3rd episode in a series of tutorials titled "[C++ 游戏开发之旅](https://cppgamedev.top/)".