From 4c7530746ac2cc107d648c3a7f6f89d0dcd2e499 Mon Sep 17 00:00:00 2001 From: Stefan Nordhausen Date: Mon, 9 May 2016 17:21:03 +0200 Subject: [PATCH] fix typos in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1319a3e54..0a6864d4e 100644 --- a/README.md +++ b/README.md @@ -193,7 +193,7 @@ def test_my_model_save(): ## 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