From bd39fdf38051c5777a0dec9aad8cb1dc5c80feae Mon Sep 17 00:00:00 2001 From: arookas Date: Sat, 9 Jan 2016 20:08:37 -0500 Subject: [PATCH] Minor rewording. --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 4d07ba0..6323da8 100644 --- a/readme.md +++ b/readme.md @@ -43,7 +43,7 @@ This repository contains a [premake5](https://premake.github.io/) [configuration The script generates a solution with the following projects: - **ssc**, the base _ssc_ API library - - **frontend**, the basic command-line frontend + - **frontend**, a basic command-line frontend - **sbdump**, a tool which dumps disassembly and other information on compiled SPC binaries Simply run the script through premake5 and build the resulting solution.