Skip to content

Commit

Permalink
Reference Wiki at Start of Usage
Browse files Browse the repository at this point in the history
  • Loading branch information
cwendt94 authored Jan 2, 2021
1 parent 9296447 commit 49bf5fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
```
Expand All @@ -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!
I will try to comment on the issue as soon as possible with my thoughts and possible fix!

0 comments on commit 49bf5fb

Please sign in to comment.