From 159c38c19459cf9033ee73e5485458c82174fc9b Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Sun, 29 Jun 2014 22:53:16 +0000 Subject: [PATCH] Formatting fix --- jekyll-github-pages/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.