From 5c2f3215020865f38743a8a2a27c64ee2e9bf014 Mon Sep 17 00:00:00 2001 From: Daniel Bayerlein Date: Sun, 9 Oct 2016 18:28:46 +0200 Subject: [PATCH] Fix syntax highlighting (#4) --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cd6e9b1..376e13e 100644 --- a/README.md +++ b/README.md @@ -58,8 +58,9 @@ Using a test runner like [behave], you can generate documents for each feature, After you have successfully ran your tests, each test step will create its own documentation (and corresponding screenshot if you are using Selenium WebDriver). These new files will be placed in livingdocs/content/features. Once you have generated these files, we can build our static Hugo site with the following commands: - $ cd livingdocs - $ hugo + + $ cd livingdocs + $ hugo You will now have a static living docs site in the livingdocs/public directory.