]> wimlib.net Git - wimlib/blobdiff - README
README: Minor fix
[wimlib] / README
diff --git a/README b/README
index a2dc56c3f8a9a2ea37ee762380c70c993043e812..855dbe5eb1950bcd45797be305c0404485f22f10 100644 (file)
--- a/README
+++ b/README
@@ -1,10 +1,10 @@
                                   INTRODUCTION
 
-This is wimlib version 1.4.0 (May 2013).  wimlib is a C library that can be
-used to create, modify, extract, and mount files in the Windows Imaging Format
-(WIM files).  These files are normally created by using the `imagex.exe' utility
-on Windows, but wimlib is distributed with a free implementation of ImageX
-called "wimlib-imagex" for both UNIX and Windows.
+This is wimlib version 1.4.0 (May 2013).  wimlib is a C library for creating,
+modifying, extracting, and mounting files in the Windows Imaging Format (WIM
+files).  These files are normally created by using the `imagex.exe' utility on
+Windows, but wimlib is distributed with a free implementation of ImageX called
+"wimlib-imagex" for both UNIX and Windows.
 
                                   INSTALLATION
 
@@ -278,7 +278,7 @@ http://www.ultimatedeployment.org/.
 
 You can see the documentation about Microsoft's version of ImageX at
 http://technet.microsoft.com/en-us/library/cc749447(v=ws.10).aspx, so you can
-see how it compares to the version provided by this library.
+see how it compares to wimlib-imagex.
 
 If you are looking for a UNIX archive format that provides features similar to
 WIM, I recommend you take a look at SquashFS (http://squashfs.sourceforge.net/).