1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-09 01:03:24 +00:00

Update README.md

This commit is contained in:
Kevin McCarthy
2013-09-16 20:54:27 -10:00
parent ce94fd72fd
commit 39d696bc49

View File

@@ -187,7 +187,7 @@ you would like. Create your own module or class instance with 2 methods:
Finally, register your class with VCR to use your
new serializer.
```
```python
import vcr
BogoSerializer(object):
@@ -225,7 +225,7 @@ match, False if they don't.
Finally, register your method with VCR to use your
new request matcher.
```
```python
import vcr
def jurassic_matcher(r1, r2):