Commit 573c4525 authored by Caleb C. Sander's avatar Caleb C. Sander
Browse files

Fix typo in comment

parent ca272dd1
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
// 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'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment