From 82463be0b6f8c6ceb99b541fefa3c30422469f95 Mon Sep 17 00:00:00 2001 From: ChrisDill Date: Tue, 7 May 2019 09:06:48 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index acb9a26..84605ac 100644 --- a/README.md +++ b/README.md @@ -46,8 +46,8 @@ static class Program ``` # Tech notes -- Certain funtions take a enum instead of a int such as 'IsKeyPressed'. -- Colors stored in the `Color` struct. 'RED' changes to 'Color.RED' +- Certain funtions take a enum instead of a int such as `IsKeyPressed`. +- Colors stored in the `Color` struct. `RED` changes to `Color.RED` - Uses `string.Format` instead of `TextFormat`. - Adds constructors for structs. - Adds operator overloads for math structs.