diff --git a/README.md b/README.md index 14ca82e..9b4ff6a 100755 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Code for building the docker image (don't forget the `.` in the end): docker build -t [username]/hddm:[tag] -f Dockerfile . ``` * [username] is your username on Docker Hub. -* [tag] is docker images tag, e.g., `latest` or `v1.0`. +* [tag] is docker images tag, e.g., `latest` or `1.0.1`. ## Acknowledgement Thank [@madslupe](https://github.com/madslupe) for his previous HDDM image, which laid the base for the current version.