From 9b09d9712ee6865aef71697d4fbd2cefc7bd27ff Mon Sep 17 00:00:00 2001 From: __ROLLER__ Date: Wed, 23 May 2018 13:11:11 -0600 Subject: [PATCH] Update README.md Added a few words for clarity --- days/46-48-beautifulsoup4/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/days/46-48-beautifulsoup4/README.md b/days/46-48-beautifulsoup4/README.md index 2d018cf6..7e6407d0 100644 --- a/days/46-48-beautifulsoup4/README.md +++ b/days/46-48-beautifulsoup4/README.md @@ -4,7 +4,7 @@ Web Scraping! It's one of the main reasons we all love and hate to code. BeautifulSoup4 (BS4) thankfully makes it a bit easier for us Pythonistas. -Over the following couple of days you're going to learn how to use BS4 to website data pulled down using the Requests module. +Over the following couple of days you're going to learn how to use BS4 to work with website data pulled down using the Requests module. ## Day N: Setup, Overview and Making your first BS4 Scraper @@ -42,4 +42,4 @@ Be sure to share your last couple of days work on Twitter or Facebook. Use the h Here are [some examples](https://twitter.com/search?q=%23100DaysOfCode) to inspire you. Consider including [@talkpython](https://twitter.com/talkpython) and [@pybites](https://twitter.com/pybites) in your tweets. -*See a mistake in these instructions? Please [submit a new issue](https://github.com/talkpython/100daysofcode-with-python-course/issues) or fix it and [submit a PR](https://github.com/talkpython/100daysofcode-with-python-course/pulls).* \ No newline at end of file +*See a mistake in these instructions? Please [submit a new issue](https://github.com/talkpython/100daysofcode-with-python-course/issues) or fix it and [submit a PR](https://github.com/talkpython/100daysofcode-with-python-course/pulls).*