Final touches in README.
diff --git a/README b/README
index 189bf11..c495200 100644
--- a/README
+++ b/README
@@ -4,12 +4,12 @@
 
 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)