diff --git a/README.md b/README.md
index 4dab68c..66dcf3b 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ Currently supported features:
### With a renderd backend
* Currently there are no prebuilt binaries included here, so you need to build from source (`go build .`)
-* go_tile is hardcoded to use `/var/run/renderd/renderd.sock` right now
+* You need to have a working renderd setup
### With prerendered Tiles
@@ -36,11 +36,15 @@ Now you can view your map at . Tiles are served at 0 {
+ c.SetDeadline(time.Now().Add(renderd_timeout))
+ }
request := Request{
Version: 3,
CmdPriority: 5,