From d3e8c3ca2e364e12b3f11946bd067b64c9cd52db Mon Sep 17 00:00:00 2001 From: JustAShoeMaker <33524076+JustAShoeMaker@users.noreply.github.com> Date: Tue, 24 Sep 2019 11:33:14 -0400 Subject: [PATCH] Update README.md Change *Pulling and decoding JSON data* to reflect the title of the second non-intro video in the course, *Request JSON data from an API* (length 5:36) --- days/40-42-json-data/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/days/40-42-json-data/README.md b/days/40-42-json-data/README.md index fa7d118f..38dccc84 100644 --- a/days/40-42-json-data/README.md +++ b/days/40-42-json-data/README.md @@ -7,7 +7,7 @@ This lesson will walk you through importing, decoding, understanding and parsing ## Day N: Understand and download JSON output -Two videos to watch today: *Inspecting JSON schema* and *Pulling and decoding JSON data*. +Two videos to watch today: *Inspecting JSON schema* and *Request JSON data from an API*. These videos will demo some basic JSON schema as well a complex data set. After watching, feel free to play around with your own data sets or use the example in the repo code. @@ -38,4 +38,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).*