Skip to content
This repository was archived by the owner on Jan 22, 2020. It is now read-only.

Commit ed75b4d

Browse files
authored
Merge pull request #5 from danielbayerlein/fix-readme
Fix syntax highlighting (#4)
2 parents 92b0f97 + 5c2f321 commit ed75b4d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,9 @@ Using a test runner like [behave], you can generate documents for each feature,
5858

5959

6060
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:
61-
$ cd livingdocs
62-
$ hugo
61+
62+
$ cd livingdocs
63+
$ hugo
6364

6465
You will now have a static living docs site in the livingdocs/public directory.
6566

0 commit comments

Comments
 (0)