From 3930ec047704f838ceba656e88ab94617a6fdabe Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Sat, 11 Feb 2023 06:48:16 +0000 Subject: [PATCH] Tweaked README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index af84219..ae13c78 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,9 @@ Special thanks to http://craftinginterpreters.com/ for their fantastic book that For Windows(mingw32 & cygwin), Linux and MacOS, simply run `make` in the root directory. -For Windows(MSVC), project files are included. +For Windows(MSVC), Visual Studio project files are included. -Note: MacOS is not officially supported (no machines for testing), but we'll do our best! +Note: MacOS and Windows(MSVC) are not officially supported, but we'll do our best! ## Tools