Skip to content

Commit

Permalink
Update README: fix incorrect example.
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickdappollonio authored Feb 18, 2022
1 parent db1ea54 commit 90eafba
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 @@ -44,9 +44,9 @@ metadata:
Then the following files will be created:
```text
$ kubectl-slice --input-file=example.yaml
Wrote pod-nginx-ingress.yaml -- 57 bytes.
Wrote namespace-production.yaml -- 60 bytes.
$ kubectl-slice --input-file=input.yaml --output-dir=.
Wrote pod-nginx-ingress.yaml -- 58 bytes.
Wrote namespace-production.yaml -- 61 bytes.
2 files generated.
```

Expand Down

0 comments on commit 90eafba

Please sign in to comment.