Skip to content

Commit

Permalink
Merge pull request #3 from iamgiolaga/patch-1
Browse files Browse the repository at this point in the history
typo: update README.md
  • Loading branch information
allevo authored May 17, 2024
2 parents 91dc676 + 70f914e commit 96efe89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 96efe89

Please sign in to comment.