From a27baaa4028fd490457610372589e47013e55e60 Mon Sep 17 00:00:00 2001 From: SamRemis Date: Wed, 5 Feb 2025 14:18:21 -0500 Subject: [PATCH] Typo fix Minor typo fix in the README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40f93d75c..499f059d5 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ clients and non-AWS Smithy clients. ### How do I use this? -The first step is to create a Smithy pacakge. If this is your first time working +The first step is to create a Smithy package. If this is your first time working with Smithy, follow [this quickstart guide](https://smithy.io/2.0/quickstart.html) to learn the basics and create a simple Smithy model.