From e603b9d26dcf723777a96f45b4547360f585e918 Mon Sep 17 00:00:00 2001 From: Kevin McCarthy Date: Sun, 11 Aug 2013 18:59:36 -1000 Subject: [PATCH] update readme --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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