Skip to content

Commit

Permalink
Small doc fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdub committed Mar 2, 2016
1 parent fa0cf07 commit 769d90f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ In this example, "shush exec":
"shush exec" works well as an entrypoint for Docker images, e.g.

ADD shush_linux_amd64 /usr/local/bin/shush
ENTRYPOINT ["usr/local/bin/shush", "exec", "--"]
ENTRYPOINT ["/usr/local/bin/shush", "exec", "--"]

## Installation

Expand Down

0 comments on commit 769d90f

Please sign in to comment.