From 024c47ec7e5629362b6347838d74a68c6107bf31 Mon Sep 17 00:00:00 2001 From: Florian Brinker Date: Sat, 19 Oct 2019 19:19:28 +0200 Subject: [PATCH] Add config.js example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 93d86b9..506b138 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ It contains the sources and starts a simple Python3 webserver to serve TileBoard ## Usage -You have to mount your `config.js` file into the `/tileboard` directory of the Docker container. +You have to mount your `config.js` file into the `/tileboard` directory of the Docker container. You can see an [example config.js file in the official repository](https://github.com/resoai/TileBoard/blob/master/config.example.js). ## Example