Merge pull request #612 from snordhausen/patch-1

fix typos in README
This commit is contained in:
Steve Pulec 2016-05-09 11:25:38 -04:00
commit 0a09d5231e

View File

@ -193,7 +193,7 @@ def test_my_model_save():
## Use with other libraries (boto3) or languages ## Use with other libraries (boto3) or languages
In general, Moto doesn't rely on anything specific to Boto. It only mock AWS endpoints so there should be no issue with boto3 or using other languages. Feel free to open an issue if something isn't working though. If you are using another language, you will need to either use the stand-alone server mode (more below) or monkey path the HTTP calls yourself. In general, Moto doesn't rely on anything specific to Boto. It only mocks AWS endpoints, so there should be no issue with boto3 or using other languages. Feel free to open an issue if something isn't working though. If you are using another language, you will need to either use the stand-alone server mode (more below) or monkey patch the HTTP calls yourself.
## Stand-alone Server Mode ## Stand-alone Server Mode