Skip to content

Commit

Permalink
Fix typo in MP quickstart (#697)
Browse files Browse the repository at this point in the history
  • Loading branch information
barchetta authored May 16, 2019
1 parent 2708065 commit 90dac37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/docs/guides/03_quickstart-mp.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ docker build -t helidon-quickstart-mp .
[source,bash]
.Run Docker Image
----
docker run --rm -p 8080:8080 quickstart-mp:latest
docker run --rm -p 8080:8080 helidon-quickstart-mp:latest
----
Then you can try the application as you did before.
Expand Down

0 comments on commit 90dac37

Please sign in to comment.