diff --git a/template/READMETEMPLATE.md b/template/READMETEMPLATE.md index 2a06a4f..414310a 100644 --- a/template/READMETEMPLATE.md +++ b/template/READMETEMPLATE.md @@ -9,7 +9,9 @@ The [LinuxServer.io](https://www.linuxserver.io/) team brings you another qualit ## Usage ``` -docker create --name= -v /etc/localtime:/etc/localtime:ro -v :/config -e PGID= -e PUID= -p 1234:1234 linuxserver/ +docker create --name= -v /etc/localtime:/etc/localtime:ro -v \ +:/config -e PGID= -e PUID= \ +-p 1234:1234 linuxserver/ ``` **Parameters**