use local here
authorRuben ten Hove <redacted>
Tue, 5 Jul 2022 17:49:27 +0000 (13:49 -0400)
committerRuben ten Hove <redacted>
Tue, 5 Jul 2022 17:49:27 +0000 (13:49 -0400)
readme_template.md

index 1dd10d2a7e5daf32a324aced210af578d30fbcdd..a19c1cbd808e0b384925ee1c0c3658622b2ec8d3 100644 (file)
@@ -84,10 +84,10 @@ docker build --no-cache . -t stevenblack-hosts
 Then run your command as such:
 
 ```sh
-docker run --rm -it ghcr.io/StevenBlack/hosts updateHostsFile.py
+docker run --rm -it stevenblack-hosts updateHostsFile.py
 ```
 
-> This will create the file, and remove it with the container when done, so not very
+> This will create the hosts file, and remove it with the container when done, so not very
 > useful. Use the following example to automatically update your hosts file in place.
 
 #### Linux example
git clone https://git.99rst.org/PROJECT