Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanvc authored Aug 4, 2023
1 parent 6b20cb4 commit 0de394a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0de394a

Please sign in to comment.