From c0320d711d5abac659da17d687cc83c0a3473ebe Mon Sep 17 00:00:00 2001 From: ShelpAm Date: Tue, 19 Nov 2024 09:25:51 +0800 Subject: [PATCH] fix: relative path not leading to official xmake website --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ed87bf..85c88ee 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,12 @@ # Little-sb +This is a real-time battling game. ## Architecture The project utilize C/S Architecture, thus consists of a client and a server. ## Prerequisite To prepare for the build process, you should install the following software: -- [XMake](xmake.io)—builds the project +- [XMake](https://xmake.io)—builds the project ## Build To build the project, simply run