Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin1024 committed Sep 17, 2013
1 parent ce94fd7 commit 39d696b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down Expand Up @@ -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):
Expand Down

0 comments on commit 39d696b

Please sign in to comment.