From d47642048c7dd2f1316da6f1c2b7f2060821b640 Mon Sep 17 00:00:00 2001 From: Josh <29730338+mr-j-tree@users.noreply.github.com> Date: Sat, 15 Feb 2025 17:52:39 +0000 Subject: [PATCH] Update readme.md Fixed a glaring typo in the opening section. --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index e844dd0a..f945b1e1 100644 --- a/readme.md +++ b/readme.md @@ -1,7 +1,7 @@ > [!IMPORTANT] > The documentation included here refers to the Swift AWS Lambda Runtime v2 (code from the main branch). If you're developing for the runtime v1.x, check this [readme](https://github.com/swift-server/swift-aws-lambda-runtime/blob/v1/readme.md) instead. -This guide contains the follwoing sections: +This guide contains the following sections: - [The Swift AWS Lambda Runtime](#the-swift-aws-lambda-runtime) - [Pre-requisites](#pre-requisites)