diff --git a/README.md b/README.md index 784ce94..55117e4 100644 --- a/README.md +++ b/README.md @@ -86,12 +86,11 @@ The Request object has the following properties ##Installation -I finally uploaded VCR.py to pypi! So you can just `pip install vcrpy` (first you may need to `brew install libyaml` [[Homebrew](http://mxcl.github.com/homebrew/)]) +VCR.py is a package on PyPI, so you can `pip install vcrpy` (first you may need to `brew install libyaml` [[Homebrew](http://mxcl.github.com/homebrew/)]) ##Ruby VCR compatibility -I'm not trying to match the format of the YAML files. Cassettes generated by -Ruby's VCR are not compatible with VCR.py. The API is similar but VCR.py -doesn't have nearly as many features. +I'm not trying to match the format of the Ruby VCR YAML files. Cassettes generated by +Ruby's VCR are not compatible with VCR.py. ##Known Issues This library is a work in progress, so the API might change on you. @@ -121,4 +120,4 @@ These were created after I created VCR.py but do something similar: * https://github.com/uber/cassette #License -This library uses the MIT license +This library uses the MIT license. See [LICENSE.txt](LICENSE.txt) for more details