Skip to content

Commit

Permalink
Docs: Add blog link to README
Browse files Browse the repository at this point in the history
  • Loading branch information
nzakas authored Oct 16, 2020
1 parent 30674f8 commit 2c76bf7
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 @@ -21,7 +21,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()](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)
4. [Part 4: Promise.resolve() and Promise.reject()](https://humanwhocodes.com/blog/2020/10/creating-javascript-promise-from-scratch-promise-resolve-reject/)

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:

Expand Down

0 comments on commit 2c76bf7

Please sign in to comment.