summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAsko Nõmm <asko@nmm.ee>2025-01-03 21:55:23 +0200
committerAsko Nõmm <asko@nmm.ee>2025-01-03 21:55:23 +0200
commit4b7492306621d8a7555bd01fc7d8cc3b910ae17b (patch)
treec2e7b2dbec52e2f5077cdc8981c9d4d63a21396f /README.md
parente1af30fad78b2740312d631b0d4a701e30d915df (diff)
Fix README
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index d002ea2..0268c7c 100644
--- a/README.md
+++ b/README.md
@@ -285,7 +285,7 @@ parentheses `(` and `)`, and can be either `int`, `float`, `str` or `bool`. For
<h1 inner-text="some_var | SomeModifier(123, 'asd', true)"></h1>
```
-### `date`
+### `Date`
Parses the value into a formatted date string.
@@ -293,7 +293,7 @@ Parses the value into a formatted date string.
<p inner-text="published_at | Date('YYYY-mm-dd')"></p>
```
-### `truncate`
+### `Truncate`
Truncates the value to the specified length.