Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fixes a very minor typo
  • Loading branch information
subsett authored Aug 28, 2018
1 parent 9c6e7f2 commit 1371b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def test_add_servers():
```

#### Using moto 1.0.X with boto2
moto 1.0.X mock docorators are defined for boto3 and do not work with boto2. Use the @mock_AWSSVC_deprecated to work with boto2.
moto 1.0.X mock decorators are defined for boto3 and do not work with boto2. Use the @mock_AWSSVC_deprecated to work with boto2.

Using moto with boto2
```python
Expand Down

0 comments on commit 1371b74

Please sign in to comment.