Skip to content

Commit

Permalink
Fix Sport enum values in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jaebradley authored May 20, 2019
1 parent e115724 commit ba76a97
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@ pip install draft_kings
### Get Contests for a Sport

```python
from draft_kings.client import contests, Sport
from draft_kings import Sport
from draft_kings.client import contests

contests(sport=Sport.nba)
contests(sport=Sport.NBA)
```

### Get Available Players for a Draft Group
Expand Down

0 comments on commit ba76a97

Please sign in to comment.