Skip to content

Commit

Permalink
Fix typo in README.md (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
wjam committed Apr 16, 2023
1 parent 1d242bc commit d7d5a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -154,7 +154,7 @@ functions](https://golang.org/pkg/text/template/#hdr-Functions)):
| `json` | `object` | Marshal the object and output it as a json text |
| `color` | `color.Color, string` | Wrap the text in color (.ContainerColor and .PodColor provided) |
| `parseJSON` | `string` | Parse string as JSON |
| `tryParseJSON` | `string` | Attemp to parse string as JSON, return nil on failure |
| `tryParseJSON` | `string` | Attempt to parse string as JSON, return nil on failure |
| `extjson` | `string` | Parse the object as json and output colorized json |
| `ppextjson` | `string` | Parse the object as json and output pretty-print colorized json |
| `toRFC3339Nano` | `object` | Parse timestamp (string, int, json.Number) and output it using RFC3339Nano format |
Expand Down

0 comments on commit d7d5a4f

Please sign in to comment.