diff --git a/jekyll-github-pages/README.md b/jekyll-github-pages/README.md index cd8b4736..26e3739d 100644 --- a/jekyll-github-pages/README.md +++ b/jekyll-github-pages/README.md @@ -8,7 +8,7 @@ layout. A typical way to run this: - docker run -it -p 4000:4000 -v $(pwd)/site:/site itzg/jekyll-github-pages + docker run -it -p 4000:4000 -v $(pwd)/site:/site itzg/jekyll-github-pages where either it will load your content or initialize the content under `site` in your current working directory.