correct spaces instead of tab in README.md

This commit is contained in:
sparklyballs 2016-07-15 12:12:09 +01:00
parent 7fc5f736fa
commit 8edbee569f

View File

@ -14,7 +14,7 @@ docker create \
-p 6789:6789 \
-e PUID=<UID> -e PGID=<GID> \
-e TZ=<timezone> \
-v </path/to/appdata>:/config \
-v </path/to/appdata>:/config \
-v <path/to/downloads>:/downloads \
linuxserver/nzbget
```