From 49bf5fb73e95742c1507a8e09d67aaf87cd7a919 Mon Sep 17 00:00:00 2001 From: Christian Wendt Date: Sat, 2 Jan 2021 08:56:42 -0800 Subject: [PATCH] Reference Wiki at Start of Usage --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eaa1fcea..20ccbf08 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ pip install espn_api ``` ## Usage +### [For Getting Started and API details head over to the Wiki!](https://github.com/cwendt94/espn-api/wiki) ```python # Football API from espn_api.football import League @@ -29,7 +30,6 @@ from espn_api.basketball import League # Init league = League(league_id=222, year=2019) ``` -[For more usage and API details head over to the Wiki!](https://github.com/cwendt94/espn-api/wiki) ### Run Tests ``` @@ -55,4 +55,4 @@ If you find a bug follow the steps below for reporting. 4. Submit the new issue! -I will try to comment on the issue as soon as possible with my thoughts and possible fix! \ No newline at end of file +I will try to comment on the issue as soon as possible with my thoughts and possible fix!