diff options
author | Nick Shine <shine.nick@gmail.com> | 2018-12-14 21:57:21 -0600 |
---|---|---|
committer | Alexander Shpak <alex-shpak@users.noreply.github.com> | 2018-12-20 21:07:15 +0100 |
commit | 60fd8cfd4bf2c44b77fba94a2eca0295d34c161a (patch) | |
tree | 68f63edbbdb89dc1c87242e55608bb8d591424d2 | |
parent | d55e2ae921686b8ae79f8bcf827e8a292d6a5135 (diff) |
clarify readme instructions on enableGitInfo property
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -67,7 +67,7 @@ There are few configuration options you can add to your `config.yml|json|toml` f # (Optional) Set this to true if you use captial letters in file names disablePathToLower: true -# (Optional) Set this to true to enable 'Last Modified by' Git Author +# (Optional) Set this to true to enable 'Last Modified by' date and git author # information on 'doc' type pages. enableGitInfo: true |