Merge pull request #1797 from subsett/subsett/documentation_maintenance

Update README.md
This commit is contained in:
Steve Pulec 2018-08-29 10:57:40 -04:00 committed by GitHub
commit e8c65d3d85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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