From 608b836fe0f7f05c80dd53118aa7db4295310a13 Mon Sep 17 00:00:00 2001 From: Yuri Astrakhan Date: Sat, 3 Aug 2019 12:36:01 -0400 Subject: [PATCH] fix readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7053358b..5de3f99c 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ If you or your organisation has seen value from Maputnik, please consider donati The quickest way is to use docker, even without cloning the repo. Run this command and open your browser to http://localhost:8888 . Ctrl+C to stop the server. ```bash -docker run -it -p 8888:8888 maputnik +docker run -it --rm -p 8888:8888 maputnik/editor ``` ## Documentation