From a00a1372361de904d29af38563043c1ed27173ab Mon Sep 17 00:00:00 2001 From: Stephen Mather <1174901+smathermather@users.noreply.github.com> Date: Wed, 1 May 2019 21:41:41 -0400 Subject: [PATCH] fix docker reference --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2bec379..c86f3a3 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ We recommend that you setup NodeODM using [Docker](https://www.docker.com/). * From the Docker Quickstart Terminal (Windows / OSX) or from the command line (Linux) type: ``` -docker run -p 3000:3000 opendronemap/node-opendronemap +docker run -p 3000:3000 opendronemap/nodeodm ``` * If you're on Windows/OSX, find the IP of your Docker machine by running this command from your Docker Quickstart Terminal: