From 0f21961d483bf6da07aa0359602526a504f5f775 Mon Sep 17 00:00:00 2001 From: YanSchw <102901459+YanSchw@users.noreply.github.com> Date: Sat, 27 Jan 2024 16:26:40 +0100 Subject: [PATCH] Fixed Typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2cbd0cb..3dc2a20 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ The goal of the API is to keep it as simple and flexible as possible, while rema * It uses C++20 and depends on the .NET SDK being present on the system ### Building -Coral uses the [premake](https://premake.github.io/) meta-build system in order to generate build files for other build systems (e.g Visual Studio Soltuions, Makefiles, etc...) +Coral uses the [premake](https://premake.github.io/) meta-build system in order to generate build files for other build systems (e.g Visual Studio Solutions, Makefiles, etc...) You'll need to download premake from [https://premake.github.io/](https://premake.github.io/), after that open up a terminal and cd into the root directory of Coral, then run this command: