From 70f914e3ccc609d99dbf282279664af01aace572 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Giovanni=20Lagan=C3=A0?= Date: Fri, 17 May 2024 00:39:26 +0200 Subject: [PATCH] typo: update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 28f1718..6eb20bf 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ export async function Main(this: SeqflowFunctionContext) { ); // Perform an async operation - const quote = quote = await getRandomQuote(); + const quote = await getRandomQuote(); // Replace loading message with quote this.renderSync(