From 1c560da722e15a60f901d38eb377dcd35d7090a2 Mon Sep 17 00:00:00 2001 From: cancel Date: Tue, 11 Dec 2018 22:01:57 +0900 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a5007f5..761194e 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Command-line interpreter: The above, plus POSIX, and enough libc for the common Interactive terminal UI: The above, plus ncurses (or compatible curses library), and floating point support (for timing.) -Note: the core library for running an orca virtual machine *should* in theory build on anything, but the project is being worked on quickly right now, so it might accidentally include something from POSIX that isn't available on Windows, for example. The header files also need some restructuring. Please open an issue or send a message on twitter if you need help building the core virtual machine for your own use, and I'll try to clean it for you. +Note: the core library for running an orca virtual machine *should* in theory build on anything, but the project is being worked on quickly right now, so it might accidentally include something from POSIX that isn't available on Windows, for example. The header files also need some restructuring. Please open an issue or send a message on twitter if you need help building the core virtual machine for your own use, and I'll try to clean it up for you. ## Build