From 84067015e33d39ec5fe41b2573c66ceade964677 Mon Sep 17 00:00:00 2001 From: LegendaryGeek <45850917+LegendaryGeek@users.noreply.github.com> Date: Sat, 3 Apr 2021 18:08:20 -0400 Subject: [PATCH] Update README.md to correct the docker run commands --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69044b6..87d9731 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ To download and run the `jwoglom/tconnectsync` prebuilt Docker image from [Docke ```bash $ docker pull jwoglom/tconnectsync:latest -$ docker run tconnectsync --help +$ docker run jwoglom/tconnectsync --help ``` To instead build the image locally and launch the project: