From 31a5b3dc0efd6cf0d3c52c8b98dabb0abdb6a459 Mon Sep 17 00:00:00 2001 From: Martin Sundhaug Date: Fri, 16 Feb 2018 13:02:52 +0100 Subject: [PATCH] Fixed typo "c an"=>"can" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d37e4d31..db047044e 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ F10, and F1 to F9 respectively. Currently gui.cs has support for both ncurses and the `System.Console` front-ends. ncurses is used on Unix, while `System.Console` is used -on Windows, but youc an force the use of `System.Console` on Unix as +on Windows, but you can force the use of `System.Console` on Unix as well, see `Core.cs`. # Tasks