Index: pyyaml/trunk/README
===================================================================
--- pyyaml/trunk/README	(revision 230)
+++ pyyaml/trunk/README	(revision 253)
@@ -1,3 +1,3 @@
-PyYAML 3000 - The next generation YAML parser and emitter for Python.
+PyYAML - The next generation YAML parser and emitter for Python.
 
 To install, type 'python setup.py install'.
@@ -5,5 +5,5 @@
 You may build faster LibYAML based parser and emitter with
 'python setup_with_libyaml.py install'.
-Then you may use them with the calls:
+Then you may use the LibYAML based parser this way:
     >>> yaml.load(stream, Loader=yaml.CLoader)
     >>> yaml.dump(data, Dumper=yaml.CDumper)
@@ -21,4 +21,4 @@
 'http://pyyaml.org/newticket?component=pyyaml'.
 
-PyYAML 3000 is written by Kirill Simonov <xi@resolvent.net>. It is released
+PyYAML is written by Kirill Simonov <xi@resolvent.net>.  It is released
 under the MIT license. See the file LICENSE for more details.
