Skip to content

Commit

Permalink
docs(readme): Add function table of contents
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Apr 26, 2024
1 parent 52125c9 commit 969cb18
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,14 @@ All [Sprig functions](https://masterminds.github.io/sprig/) are available, plus

### Functions

- [`word`](#word)
- [`words`](#words)
- [`wordsWithNum`](#wordswithnum-wordswithnumber)
- [`num`](#num-number-numeric)
- [`alpha`](#alpha)
- [`alphaNum`](#alphaNum)
- [`ascii`](#ascii)

#### `word`

Outputs a random word from the wordlist. For title case, the output can be piped to `title`.
Expand Down

0 comments on commit 969cb18

Please sign in to comment.