From 11b78c13e76b4ffceca103c67ef7186fe6dacb80 Mon Sep 17 00:00:00 2001 From: SQKo <87897282+SQKo@users.noreply.github.com> Date: Sun, 27 Aug 2023 18:04:36 +0700 Subject: [PATCH] Fix gist link about promise --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b8f972..ea5541e 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ It also provides several other useful promise-related concepts, such as joining multiple promises and mapping and reducing collections of promises. If you've never heard about promises before, -[read this first](https://gist.github.com/3889970). +[read this first](https://gist.github.com/domenic/3889970). Concepts --------