Skip to content

Commit

Permalink
fix(readme): fix link (#1618)
Browse files Browse the repository at this point in the history
Apparently jsdoc's Markdown wrongfully escapes `//` in angle bracket links
  • Loading branch information
XhmikosR authored Dec 28, 2020
1 parent 36d74aa commit bdd6018
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 @@ -259,7 +259,7 @@ Cheerio collections are made up of objects that bear some resemblance to [browse

## Screencasts

<https://vimeo.com/31950192>
[https://vimeo.com/31950192](https://vimeo.com/31950192)

> This video tutorial is a follow-up to Nettut's "How to Scrape Web Pages with Node.js and jQuery", using cheerio instead of JSDOM + jQuery. This video shows how easy it is to use cheerio and how much faster cheerio is than JSDOM + jQuery.
Expand Down

0 comments on commit bdd6018

Please sign in to comment.