From 0bba4256b8c70b862c69b14c2e6efdbf4b3c8ea6 Mon Sep 17 00:00:00 2001 From: Narration SD Date: Sat, 21 Jul 2018 18:01:18 -0700 Subject: [PATCH] Update README.md Redact a small syntax error, and expand the comment for clarity as to when to expect the update information to show. n.b. perhaps this should also be a note, instead of a warning? Your judgment, and not in any way crucial...on this great vuepress system, for which thanks. --- docs/default-theme-config/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/default-theme-config/README.md b/docs/default-theme-config/README.md index 7f5bcb55cd..0675a09873 100644 --- a/docs/default-theme-config/README.md +++ b/docs/default-theme-config/README.md @@ -353,7 +353,7 @@ module.exports = { Note that it's `off` by default. If given `string`, it will be displayed as a prefix (default value: `Last Updated`). ::: warning - Since `lastUpdated` is based on `git`, so you can only use it in a `git` repository. + Since `lastUpdated` is based on `git`, you can only use it in a `git` repository. As well, since the timestamp used comes from the git commit, it will display only after a first commit for a given page, and update only on subsequent commits of that page. ::: ## Service Workers