From 7e4aae2cadb988c81912ff8a72e2eb25816d1d98 Mon Sep 17 00:00:00 2001 From: Ibby Hadeed Date: Tue, 13 Oct 2020 06:22:47 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 762a5f4..40d4ce2 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ You can run the tool by downloading it from the releases page, or by using the d $ autonats g # Docker -$ docker run -it --rm -v $(pwd):/root/ harbor.zyra.ca/public/autonats g +$ docker run -it --rm -v $(pwd):/root/ docker.pkg.github.com/zyra/autonats/autonats:v1.0.1 g # TODO: upload to dockerhub ``` @@ -92,4 +92,4 @@ client := NewUserClient(nc, l) // use it as defined in the interface user, err := GetById(...) -``` \ No newline at end of file +```