From a485eb45b85db76e24178c37f065135831053d75 Mon Sep 17 00:00:00 2001 From: Shivam Singh <103785990+Shivam250702@users.noreply.github.com> Date: Sat, 28 Oct 2023 13:39:38 +0530 Subject: [PATCH] Update README.md (#6960) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aa56d3585..481e45058 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ def test_my_model_save(): assert body == "is awesome" ``` -With the decorator wrapping the test, all the calls to s3 are automatically mocked out. The mock keeps the state of the buckets and keys. +With the decorator wrapping the test, all the calls to s3 are automatically mocked out. The mock keeps track of the state of the buckets and keys. For a full list of which services and features are covered, please see our [implementation coverage](https://github.com/getmoto/moto/blob/master/IMPLEMENTATION_COVERAGE.md). @@ -72,7 +72,7 @@ The full documentation can be found here: ### Financial Contributions -Support this project and continued development, by sponsoring us! +Support this project and its continued development, by sponsoring us! Click the `Sponsor`-button at the top of the page for more information.