From fbb0e61b0451dd8b9051b408a77fcc9ef79b18df Mon Sep 17 00:00:00 2001 From: ducoterra Date: Mon, 23 Nov 2020 19:56:41 -0500 Subject: [PATCH] update headers for day 3 --- docs/day3.md | 4 ++-- docs/index.md | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/day3.md b/docs/day3.md index bc07ec8..8415ccc 100644 --- a/docs/day3.md +++ b/docs/day3.md @@ -219,7 +219,7 @@ You saying the names of fruit out loud is funny but not very practical. Instead 8. Exit your terminal with `exit()` -### Creating an API +## Creating an API You've got enough at this point to make a substantial API. Usually we'd write a python script at this point but we're going to build a Django API first this time. We'll use the people data we have above. @@ -263,7 +263,7 @@ You've got enough at this point to make a substantial API. Usually we'd write a 8. You should see people data! 9. Stop your server with ++ctrl+c++ -### Reading an API with python +## Reading an API with python You have an API! Now let's read it with python. This is one of the most common applications for python in a work environment. diff --git a/docs/index.md b/docs/index.md index 8366b99..abcbd55 100644 --- a/docs/index.md +++ b/docs/index.md @@ -23,4 +23,8 @@ - Building a Terrible Weather App - Pulling it all together with some Django -### [Day 3](day3.md): for \ No newline at end of file +### [Day 3](day3.md): for + +- "For" +- Creating an API +- Reading an API with Python \ No newline at end of file