Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJackson Harper <jackson@novell.com>2004-02-02 13:10:17 +0300
committerJackson Harper <jackson@novell.com>2004-02-02 13:10:17 +0300
commit954c7f2966eaef485b6daf36e17162f56f8d9574 (patch)
tree5a0c65450d910b56d9ffd1203aa844b38235de84 /README
parentfe6cbf245c23ea30ba58e5c3fd4e7e272c4af188 (diff)
Fix typo
svn path=/trunk/mono/; revision=22691
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 8b36a2280b6..de3e8c6bb2b 100644
--- a/README
+++ b/README
@@ -61,7 +61,7 @@ This is Mono.
If you are upgrading from CVS you will need an existing Mono installation.
First verify that you have a working installation:
- echo 'class X { static void Main () { System.Console.Write("OK");}'}' > x.cs
+ echo 'class X { static void Main () { System.Console.Write("OK");}}' > x.cs
Compile: