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 +```