summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorxi <xi@18f92427-320e-0410-9341-c67f048884a3>2008-10-03 18:31:01 +0000
committerxi <xi@18f92427-320e-0410-9341-c67f048884a3>2008-10-03 18:31:01 +0000
commitf5d103e0071b268834395892d2a3b33a9ccfe0e6 (patch)
tree8ffcfef5f3c4136c4664980589870db2d38a38d4 /README
parentce04f914e505fae9df1e514abe1b78368abffa81 (diff)
downloadpyyaml-f5d103e0071b268834395892d2a3b33a9ccfe0e6.tar.gz
Final touches in README.
git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@296 18f92427-320e-0410-9341-c67f048884a3
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 189bf11..c495200 100644
--- a/README
+++ b/README
@@ -4,12 +4,12 @@ To install, type 'python setup.py install'.
By default, the setup.py script checks whether LibYAML is installed
and if so, builds and installs LibYAML bindings. To skip the check
-and force installation of LibYAML bindings, add the option '--with-libyaml':
+and force installation of LibYAML bindings, use the option '--with-libyaml':
'python setup.py --with-libyaml install'. To disable the check and
skip building and installing LibYAML bindings, use '--without-libyaml':
'python setup.py --without-libyaml install'.
-When LibYAML bindings are installed, you may use a fast LibYAML-based
+When LibYAML bindings are installed, you may use fast LibYAML-based
parser and emitter as follows:
>>> yaml.load(stream, Loader=yaml.CLoader)