From 690452b1bda0e515d202265689b62db63f559c72 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexander=20K=C3=B6plinger?= Date: Thu, 1 Dec 2016 16:41:27 +0100 Subject: [PATCH] Fix typo in readme.md Also format the options without braces like in the other examples. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 99e99427cc1..c530d4a18bb 100644 --- a/README.md +++ b/README.md @@ -462,7 +462,7 @@ disable it. * There are a number of runtime options to control this also, see the man page. -* `--with-csc={roslyn,mcs,default}' +* `--with-csc=roslyn,mcs,default` * Use this option to configure which C# compiler to use. By default the configure script will pick Roslyn, except on platforms where @@ -472,8 +472,8 @@ also, see the man page. also allows for a complete bootstrap of Mono's core compiler and core libraries from source. - If you specify "roslyn", then Roslyn's C# compiler will be used. - This uses currently uses Roslyn binaries. +   If you specify "roslyn", then Roslyn's C# compiler will be used. + This currently uses Roslyn binaries. * `--enable-nacl` -- 2.25.1