From: Alexander Köplinger Date: Thu, 1 Dec 2016 15:41:27 +0000 (+0100) Subject: Fix typo in readme.md X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=mono.git;a=commitdiff_plain;h=690452b1bda0e515d202265689b62db63f559c72 Fix typo in readme.md Also format the options without braces like in the other examples. --- 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`