summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-12-23 13:25:55 -0500
committerLuke Shumaker <lukeshu@lukeshu.com>2017-12-23 13:25:55 -0500
commit2214b9fa0cc8468b6a8c1e55b3642ede87862409 (patch)
treedf0a55c537b715b876d918c01bdd2aa04f9d96f2
parente8197dabd76b55f2c21e92c07fc7080d2db8d7df (diff)
README: fix obvious mixup between "published" and "updated"
-rw-r--r--README.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.org b/README.org
index 1b9491e..81ea619 100644
--- a/README.org
+++ b/README.org
@@ -98,8 +98,8 @@ generator:
| html_head_extra | "" | Org-mode | string |
| class | "" | no | string (CSS class to apply to ~<body>~) |
| categories[fn:2] | "" | no | string ("ES HB") or list (["ES", "HB"]) |
-| published[fn:2] | most recent git commit for file | no | string (Ruby ~DateTime::parse()~) or date[fn:3] |
-| updated[fn:2] | first git commit for file | no | string (Ruby ~DateTime::parse()~) or date[fn:3] |
+| published[fn:2] | first git commit for file | no | string (Ruby ~DateTime::parse()~) or date[fn:3] |
+| updated[fn:2] | most recent git commit for file | no | string (Ruby ~DateTime::parse()~) or date[fn:3] |
[fn:1] We don't support lists of authors, though the Pandoc "standard"
does.