feat(learn): add url-shortener instructions (#40162)

* feat(learn): add url-shortener instructions

* capatalise post word

Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>

* remove sentence with external link

Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>
This commit is contained in:
Shaun Hamilton 2020-11-03 15:06:07 +00:00 committed by GitHub
parent d8be4d24a5
commit c058af2caa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,8 @@ Start this project on Repl.it using <a href='https://repl.it/github/freeCodeCamp
<section id='instructions'>
**HINT:** Do not forget to use a body parsing middleware to handle the POST requests. Also, you can use the function `dns.lookup(host, cb)` from the `dns` core module to verify a submitted URL.
</section>
## Tests