diff options
| author | Asko Nõmm <asko@nmm.ee> | 2025-01-03 21:55:23 +0200 |
|---|---|---|
| committer | Asko Nõmm <asko@nmm.ee> | 2025-01-03 21:55:23 +0200 |
| commit | 4b7492306621d8a7555bd01fc7d8cc3b910ae17b (patch) | |
| tree | c2e7b2dbec52e2f5077cdc8981c9d4d63a21396f | |
| parent | e1af30fad78b2740312d631b0d4a701e30d915df (diff) | |
Fix README
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |
