From 49e8f11dec6451dd1f8a9dbf242478e3cd9d536f Mon Sep 17 00:00:00 2001 From: cancel Date: Mon, 26 Nov 2018 04:27:21 +0900 Subject: [PATCH] Remove unnecessary subheader --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 5c13b04..0972b2c 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@ C engine for the ORCĪ› programming environment, with a commandline interpreter. ## Prerequisites -### CLI interpreter - libc, POSIX, C99 compiler, `make`. Tested to build on Linux and Mac (gcc, clang.) No native Windows port yet, but it will probably build with cygwin already.