diff --git a/README.md b/README.md index e9f1e229..5b2b578f 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ For local development, Jekyll can be run in server mode inside the container. It ```sh docker run --rm \ --volume="$PWD:/srv/jekyll:Z" \ - --publish [::1]:4000:4000 \ + --publish '[::1]:4000:4000' \ jekyll/jekyll \ jekyll serve ```