diff --git a/README.md b/README.md index 2fb9077..ca234ba 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,10 @@ docker run \ -e QBitConfig__Url="http://localhost:8080" \ -e QBitConfig__Username="user" \ -e QBitConfig__Password="pass" \ - -e SonarrConfig__Intances__0__Url="http://localhost:8989" \ - -e SonarrConfig__Intances__0__ApiKey="secret1" \ - -e SonarrConfig__Intances__1__Url="http://localhost:8990" \ - -e SonarrConfig__Intances__1__ApiKey="secret2" \ + -e SonarrConfig__Instances__0__Url="http://localhost:8989" \ + -e SonarrConfig__Instances__0__ApiKey="secret1" \ + -e SonarrConfig__Instances__1__Url="http://localhost:8990" \ + -e SonarrConfig__Instances__1__ApiKey="secret2" \ ... flaminel/cleanuperr:latest ``` @@ -24,16 +24,16 @@ docker run \ | QBitConfig__Url | Yes | qBittorrent instance url | http://localhost:8080 | | QBitConfig__Username | Yes | qBittorrent user | empty | | QBitConfig__Password | Yes | qBittorrent password | empty | -| SonarrConfig__Intances__0__Url | Yes | First Sonarr instance url | http://localhost:8989 | -| SonarrConfig__Intances__0__ApiKey | Yes | First Sonarr instance API key | empty | +| SonarrConfig__Instances__0__Url | Yes | First Sonarr instance url | http://localhost:8989 | +| SonarrConfig__Instances__0__ApiKey | Yes | First Sonarr instance API key | empty | # Multiple Sonarr instances can be specified using this format: ``` -SonarrConfig__Intances____Url -SonarrConfig__Intances____ApiKey +SonarrConfig__Instances____Url +SonarrConfig__Instances____ApiKey ``` where `` starts from 0.