Fix typo in readme.md
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Thu, 1 Dec 2016 15:41:27 +0000 (16:41 +0100)
committerGitHub <noreply@github.com>
Thu, 1 Dec 2016 15:41:27 +0000 (16:41 +0100)
Also format the options without braces like in the other examples.

README.md

index 99e99427cc179696fd4672d883991a62bc136b47..c530d4a18bb485b86434447498efe899b984a1c2 100644 (file)
--- 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`