Skip to content

Commit e5e4a31

Browse files
committed
Merge remote-tracking branch 'origin/main' into main
2 parents c595083 + cf5d2d5 commit e5e4a31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,8 @@ Change the template used for rendering the annotation.
164164
The following keys can be used inside the template
165165

166166
* `{{ id }}` - Annotation ID
167-
* `created` - Date of creation. Use with the `date_format` helper
168-
* `updated` - Date of creation. Use with the `date_format` helper
167+
* `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)
168+
* `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)
169169
* `{{ user }}` - User account ID formatted as `acct:<username>@<authority>`
170170
* `{{ uri }}` - Annotation URI
171171
* `{{ base_uri }}` - Base website of URI, i.e just the protocol and domain.

0 commit comments

Comments
 (0)