From d7c3817273d64175d1146c087a115bcfa4dfdf9d Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 28 Dec 2020 15:08:21 +0200 Subject: [PATCH] docs(readme): make link explicit (#1616) --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index d6b73ac93b..1ff8a21886 100644 --- a/Readme.md +++ b/Readme.md @@ -259,7 +259,7 @@ Cheerio collections are made up of objects that bear some resemblance to [browse ## Screencasts -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.