From ed5ce06e866da333dec0fe3f349309d6268d5822 Mon Sep 17 00:00:00 2001 From: greg piccolo Date: Wed, 2 Sep 2015 09:42:20 -0400 Subject: [PATCH] Update README.md --- exercises/1-your-first-api/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/1-your-first-api/README.md b/exercises/1-your-first-api/README.md index 7715e39..3e0f083 100644 --- a/exercises/1-your-first-api/README.md +++ b/exercises/1-your-first-api/README.md @@ -1,6 +1,6 @@ ## Markit API Wrapper -Today is your first challenge using an API. Cool! +Today is your first challenge using a web API. Cool! First install 'requests' using pip3. We'll be dependent on this library, as it is definitely the best [HTTP request library](http://docs.python-requests.org/en/latest/) in Python. Take a look at the code snippet and get an idea of what it's doing. We'll be using requests to get live stock market data.