From 357f8cb571d086a26334d9554187ea1db2fe4c50 Mon Sep 17 00:00:00 2001 From: Carmen Chow Date: Wed, 12 Oct 2022 13:53:04 -0400 Subject: [PATCH] Fixed spacing --- Projects/2-Intermediate/Podcast-Directory-App.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Projects/2-Intermediate/Podcast-Directory-App.md b/Projects/2-Intermediate/Podcast-Directory-App.md index 9959e375..a962f046 100644 --- a/Projects/2-Intermediate/Podcast-Directory-App.md +++ b/Projects/2-Intermediate/Podcast-Directory-App.md @@ -7,7 +7,7 @@ Request package to scrape information from a web page. The Podcast Directory continues this process and introduces you to another web scraping package - [Puppeteer](https://github.com/GoogleChrome/puppeteer). -Although Request is a useful package it isn't built specifically for web +Although Request is a useful package it isn't built specifically for web scraping like Puppeteer. As you gain experience with web scraping you'll find that there are web sites and applications where web scraping is made easier by using a tool like Puppeteer that is specifically built for scaping.