diff --git a/notes/async-await/await-emoji.js b/notes/async-await/await-emoji.js index 2d619e2a7d19f715c3a89d7a9a1e40ec16216f00..2857cf61152dc29e5098810aae05b88b7e0b4c61 100644 --- a/notes/async-await/await-emoji.js +++ b/notes/async-await/await-emoji.js @@ -1,6 +1,6 @@ // The node-fetch package provides a fetch() function for Node.js. // Like in a browser, this makes a Promise for an HTTP request. -// You can install using with `npm install node-fetch` +// You can install it using `npm install node-fetch`. const fetch = require('node-fetch') const README_URL = 'https://unicode.org/Public/zipped/latest/ReadMe.txt'