From 0de394a9cdabc5de70acc3bd047ea7e9fe01ddab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Vald=C3=A9s=20Castillo?= Date: Fri, 4 Aug 2023 11:12:16 -0700 Subject: [PATCH] docs: update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c8aed56..24a59a7 100644 --- a/README.md +++ b/README.md @@ -192,8 +192,10 @@ Generates the following output: `tpl` includes Sprig functions, refer to their [documentation](https://masterminds.github.io/sprig/). -It also defines the `include` function as defined by Helm. So you can include -templates defined before, see the [JSON](#JSON) example to see its usage. +* `include`: This function is as defined by Helm. So you can include + templates defined before, see the [JSON](#JSON) example to see its usage. +* `fileSize`: This function returns a human-readable file size from + integer bytes, i.e. given the input "1024", it returns "1.0 kB". ## License