From f2ebdc487dab9d7918e6351b3bb82ba195954aff Mon Sep 17 00:00:00 2001 From: Harley Harris <79383398+harley-harris@users.noreply.github.com> Date: Fri, 28 Jun 2024 16:21:51 +0100 Subject: [PATCH] Fix AWSK SDK typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3926b1ed3e0..59cf3351793 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ # AWS SDK Code Examples -This repository contains code examples that demonstrate how to use the [AWSK SDKs](https://aws.amazon.com/developer/tools/) to interact with [AWS services](https://aws.amazon.com/products). +This repository contains code examples that demonstrate how to use the [AWS SDKs](https://aws.amazon.com/developer/tools/) to interact with [AWS services](https://aws.amazon.com/products). Many examples are injected into the [AWS Documentation](https://docs.aws.amazon.com).