[Expat-checkins] expat README,1.18,1.19

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Thu Jul 11 22:22:03 2002


Update of /cvsroot/expat/expat
In directory usw-pr-cvs1:/tmp/cvs-serv6673

Modified Files:
	README 
Log Message:
Capitalize "Expat" consistently.


Index: README
===================================================================
RCS file: /cvsroot/expat/expat/README,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- README	9 Jul 2002 20:49:47 -0000	1.18
+++ README	12 Jul 2002 05:21:23 -0000	1.19
@@ -1,7 +1,7 @@
 
                         Expat, Release 1.95.4
 
-This is expat, a C library for parsing XML, written by James Clark.
+This is Expat, a C library for parsing XML, written by James Clark.
 Expat is a stream-oriented XML parser.  This means that you register
 handlers with the parser before starting the parse.  These handlers
 are called when the parser discovers the associated structures in the
@@ -17,12 +17,12 @@
 with this package.  This license is the same as the MIT/X Consortium
 license.
 
-Versions of expat that have an odd minor version (the middle number in
+Versions of Expat that have an odd minor version (the middle number in
 the release above), are development releases and should be considered
 as beta software.  Releases with even minor version numbers are
 intended to be production grade software.
 
-To build expat, you first run the configuration shell script in the
+To build Expat, you first run the configuration shell script in the
 top level distribution directory:
 
         ./configure