From 93df4a05a0eaf30250a01a8b42c4521a1567c421 Mon Sep 17 00:00:00 2001 From: "Nicholas C. Zakas" Date: Thu, 8 Oct 2020 19:20:20 -0700 Subject: [PATCH] Docs: Update README with part 3 blog post --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c06eef2..54e3d3a 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ This package was created as part of the, "Creating a JavaScript promise from scr 1. [Part 1: Constructor](https://humanwhocodes.com/blog/2020/09/creating-javascript-promise-from-scratch-constructor/) 2. [Part 2: Resolving to a promise](https://humanwhocodes.com/blog/2020/09/creating-javascript-promise-from-scratch-resolving-to-a-promise/) -3. Part 3: then(), catch(), and finally() (coming October 6, 2020) +3. [Part 3: then(), catch(), and finally()](https://humanwhocodes.com/blog/2020/10/creating-javascript-promise-from-scratch-then-catch-finally/) 4. Part 4: Promise.resolve() and Promise.reject (coming in October 2020) Additionally, for every five new [GitHub sponsors](https://github.com/sponsors/nzakas) I receive (donating any amount), I'll release another blog post and associated code: