Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kokizzu authored Jul 6, 2023
1 parent 199b9e4 commit 9e542fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ to this kind of structure:
foo.bar.baz = true
```

Usage:

## Usage
```
go mod tidy
go run yamlflatten.go example.yaml
# example:
go run yamlflatten.go example.yaml| grep 'enabled = true'
go run yamlflatten.go example.yaml | grep 'enabled = true'
kubelet.enabled = true
coreDns.enabled = true
kubeStateMetrics.enabled = true
Expand Down

0 comments on commit 9e542fc

Please sign in to comment.