commit | b18ed5b221113e328717048ea6166763a715b074 | [log] [tgz] |
---|---|---|
author | Joachim Viide <[email protected]> | Thu Jun 30 13:15:17 2016 |
committer | GitHub <[email protected]> | Thu Jun 30 13:15:17 2016 |
tree | 1d322b6ebc383a03372dd2769011b2afff4dacc4 | |
parent | c2b56fb7a0c24e04227318ca7e5950e9289ee3e4 [diff] [blame] |
Fix README.md command consistency The ./configure command in README.md's Building Documentation section was missing the $ prefix. Add the prefix to be consistent with other commands in the document.
diff --git a/README.md b/README.md index 69bb3c5..c863b96 100644 --- a/README.md +++ b/README.md
@@ -119,7 +119,7 @@ If you’d like to build the documentation, it’s almost the same: ```sh -./configure +$ ./configure $ make docs ```