diff --git a/examples/Actor/README.md b/examples/Actor/README.md index f19bf6b5f..b66bc0a69 100644 --- a/examples/Actor/README.md +++ b/examples/Actor/README.md @@ -99,7 +99,7 @@ Now the image can be pushed to your Docker registry by running the following com ``` Bash # Replace with your Docker registry -docket tag demo-actor:latest /demo-actor:latest +docker tag demo-actor:latest /demo-actor:latest # Push the image to your Docker registry docker push /demo-actor:latest