From 8edbee569ff827d05433be54fac88668dac54609 Mon Sep 17 00:00:00 2001 From: sparklyballs Date: Fri, 15 Jul 2016 12:12:09 +0100 Subject: [PATCH] correct spaces instead of tab in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a435633..7615694 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ docker create \ -p 6789:6789 \ -e PUID= -e PGID= \ -e TZ= \ - -v :/config \ + -v :/config \ -v :/downloads \ linuxserver/nzbget ```