From dd2207126fc181d498609aeafc377d0bfb9f0961 Mon Sep 17 00:00:00 2001 From: Peter Melnichenko Date: Wed, 6 Apr 2016 20:08:39 +0400 Subject: [PATCH] Fix README 2 [ci skip] --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 9b6307e..6f73dc6 100644 --- a/README.rst +++ b/README.rst @@ -14,7 +14,7 @@ hererocks Supported platforms ------------------- -hererocks supports platforms that have ``gcc`` (``cc`` for OS X). When building Lua it emulates a ``make`` target, using ``linux``, ``macosx`, and ``freebsd`` on corresponding systems and falling back to ``posix`` and ``generic`` on others. +hererocks supports platforms that have ``gcc`` (``cc`` for OS X). When building Lua it emulates a ``make`` target, using ``linux``, ``macosx``, and ``freebsd`` on corresponding systems and falling back to ``posix`` and ``generic`` on others. Windows support is almost implemented on master branch (`#8 `_ `#17 `_ `#18 `_ `#19 `_), but latest released version doesn't have it yet.