From 9073cf137e8b78f0a0f70ab5f28898e297bdd13f Mon Sep 17 00:00:00 2001 From: Kevin McCarthy Date: Mon, 19 Aug 2013 18:53:29 -1000 Subject: [PATCH] add note to readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 31fafa7..5b743e9 100644 --- a/README.md +++ b/README.md @@ -59,10 +59,12 @@ with my_vcr.use_cassette('test.json'): Otherwise, you can override options each time you use a cassette. ```python -with my_vcr.use_cassette('test.yml', serializer='json'): +with vcr.use_cassette('test.yml', serializer='json'): # your http code here ``` +Note: Per-cassette overrides take precedence over the global config. + ## Advanced Features If you want, VCR.py can return information about the cassette it is