Skip to content

Commit

Permalink
Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
marksie1988 committed Sep 22, 2020
1 parent ccbb56e commit c83a04d
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 @@ -14,7 +14,7 @@ Currently the package is under development, see the full [documentation](https:/

```
# Import SonarrAPI Class
from pyarr import SonarrAPI
from PyArr import SonarrAPI
# Set Host URL and API-Key
host_url = 'http://your-domain.com'
Expand All @@ -33,7 +33,7 @@ print(sonarr.getSeries())

```
# Import RadarrAPI Class
from pyarr import RadarrAPI
from PyArr import RadarrAPI
# Set Host URL and API-Key
host_url = 'http://your-domain.com'
Expand Down

0 comments on commit c83a04d

Please sign in to comment.