From 56380e83612e6eabf2252ac9f487e963ab605881 Mon Sep 17 00:00:00 2001 From: John Cocula Date: Mon, 30 May 2016 18:05:38 +0100 Subject: [PATCH] Update README.md (#5) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6395ca457..f1180e067 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Once you have Jekyll installed and the repository checked out, simply run jekyll serve ``` -from within the repository root folder and point your browser to [`http://localhost:4000`[(http://localhost:4000). +from within the repository root folder and point your browser to [`http://localhost:4000`](http://localhost:4000). This will give you a preview of the documentation in the same way as it will appear on docs.openhab.org once your PR is merged. Changes to the markdown files will automatically be taken into account as Jekyll re-generates the pages on the fly.