From a68e095400c0cf9162b45850a2c0086c618daa87 Mon Sep 17 00:00:00 2001 From: Sergii Golubev Date: Mon, 24 Jun 2019 18:56:04 +0300 Subject: [PATCH] update 'installation.rst': fix a mistake --- docs/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index 286c3db..686e114 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -11,7 +11,7 @@ Just run ``docker run --rm -it -v $(pwd):/data -p 8080:80 klokantech/tileserver- Additional options (see :doc:`/usage`) can be passed to the TileServer GL by appending them to the end of this command. You can, for example, do the following: -* ``docker run ... klokantech/tileserver-gl my-tiles.mbtiles`` -- explicitly specify which mbtiles to use (if you have more in the folder) +* ``docker run ... klokantech/tileserver-gl --mbtiles my-tiles.mbtiles`` -- explicitly specify which mbtiles to use (if you have more in the folder) * ``docker run ... klokantech/tileserver-gl --verbose`` -- to see the default config created automatically npm