From cf5d2d5ae99323e299e48cb6fa334e66217d3cc7 Mon Sep 17 00:00:00 2001 From: Ninjani <48680156+Ninjani@users.noreply.github.com> Date: Mon, 29 Mar 2021 06:49:19 +0200 Subject: [PATCH] docs(README): add datetime format options link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 69fdc63..510e05b 100644 --- a/README.md +++ b/README.md @@ -164,8 +164,8 @@ Change the template used for rendering the annotation. The following keys can be used inside the template * `{{ id }}` - Annotation ID -* `created` - Date of creation. Use with the `date_format` helper -* `updated` - Date of creation. Use with the `date_format` helper +* `created` - Date of creation. Use with the `date_format` helper (See [here](https://docs.rs/chrono/0.4.19/chrono/format/strftime/index.html) for formatting options) +* `updated` - Date of the last modification. Use with the `date_format` helper (See [here](https://docs.rs/chrono/0.4.19/chrono/format/strftime/index.html) for formatting options) * `{{ user }}` - User account ID formatted as `acct:@` * `{{ uri }}` - Annotation URI * `{{ base_uri }}` - Base website of URI, i.e just the protocol and domain.