From c1c3745b431ce86408571970550f3f9e865cf229 Mon Sep 17 00:00:00 2001
From: Lars Olzem <hackebein@gmail.com>
Date: Sun, 24 Mar 2019 15:38:47 +0100
Subject: [PATCH] extend readme

---
 README.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/README.md b/README.md
index 66535fa..87c7f9b 100644
--- a/README.md
+++ b/README.md
@@ -36,6 +36,7 @@ Get your [GLST](http://steamcommunity.com/dev/managegameservers) (`APPID: 4000`)
 
 ## Workshop Collection
 Workshop access requires the API.
+
 ```
 docker run \
     --expose 27015 \
@@ -64,6 +65,7 @@ docker run \
     -v ./server.cfg:/opt/garrysmod/garrysmod/cfg/server.cfg \
     hackebein/garrysmod
 ```
+
 Go to [Workshopp Collection](https://steamcommunity.com/sharedfiles/filedetails/?id=843519054)
 
 ## Additional Environment
@@ -91,3 +93,7 @@ MAXPLAYERS: Max players
 
 CUSTOMPARAMETERS: additional parameters
 (`Default: `)
+
+## More Options
+
+You can found more configuration options on the parent image page [hackebein/srcds](https://hub.docker.com/r/hackebein/srcds)