From 1371b742cfe74140ee1d5a41f7b89b1f3611ad1e Mon Sep 17 00:00:00 2001 From: Subhankar Sett Date: Tue, 28 Aug 2018 11:02:36 -0400 Subject: [PATCH] Update README.md Fixes a very minor typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a6926a58..8618b404 100644 --- a/README.md +++ b/README.md @@ -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