From 6d05ad84d603d53cc4a70cbe85f915bc3b17636c Mon Sep 17 00:00:00 2001 From: JackKelly-Bellroy <64521034+JackKelly-Bellroy@users.noreply.github.com> Date: Tue, 26 Mar 2024 11:10:58 +1000 Subject: [PATCH] Update wai-handler-hal.cabal --- wai-handler-hal.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wai-handler-hal.cabal b/wai-handler-hal.cabal index 8e2b23c..d67a9c5 100644 --- a/wai-handler-hal.cabal +++ b/wai-handler-hal.cabal @@ -7,7 +7,7 @@ description: lift a @wai@ 'Network.Wai.Application' into a function that can be passed to @hal@'s 'AWS.Lambda.Runtime.mRuntime'. This allows you to run applications written in mature web frameworks (e.g., @servant@) - on AWS Lambda, as proxy integrations of API Gateway Rest APIs. + on AWS Lambda, as proxy integrations of API Gateway REST APIs. . More details, including deployment advice, are available in the repository's @README.md@.