* XmlReflectionImporter.cs: Get the class members using the right order.
[mono.git] / README
diff --git a/README b/README
index f65f64d91a5935a4b3c464f111092212b9fb2cc2..de3e8c6bb2b3a420008e69ea1cf6c6a1ccd08da8 100644 (file)
--- a/README
+++ b/README
@@ -30,10 +30,10 @@ This is Mono.
                  You will need this one to get complete support for the international
                  features of the .NET Framework.
 
-               * Cairo
+               * Cairo and libgdiplus
 
                  If you want to get support for System.Drawing, you will need to get
-                 this package. 
+                 both Libgdiplus and Cairo.
 
     b. Building the Software
     ------------------------
@@ -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: