From f3e0dd1e7e7f4fd28fed00a5627a033d877dddb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Tue, 29 Jan 2019 16:12:46 +0100 Subject: [PATCH] Web --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2bdcb9..86b2264 100644 --- a/README.md +++ b/README.md @@ -1616,7 +1616,7 @@ def odds_handler(sport): ```python # $ pip3 install requests >>> import requests ->>> url = 'http://localhost:8080/odds/soccer' +>>> url = 'http://localhost:8080/odds/football' >>> r = requests.post(url, data={'team': 'arsenal f.c.'}) >>> r.json() ['arsenal f.c.', 2.44, 3.29]