Skip to content

Commit f17cedd

Browse files
committed
Fixed typos
Signed-off-by: Johannes Siebel <[email protected]>
1 parent ec4edbd commit f17cedd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Remove clutter from Kubernetes manifests to make them more readable.
44

55
## Demo
66

7-
Here is a result of a `kubectl get pod -oyaml` for a simple Pod. The lines marked in red are considered redundant and will be removed from the output by kubectl-neat.
7+
Here is a result of a `kubectl get pod -o yaml` for a simple Pod. The lines marked in red are considered redundant and will be removed from the output by kubectl-neat.
88

99
![demo](./demo.png)
1010

@@ -20,7 +20,7 @@ When you create a Kubernetes resource, let's say a Pod, Kubernetes adds a whole
2020
If you try to `kubectl get` resources you have created, they will no longer look like what you originally authored, and will be unreadably verbose.
2121
`kubectl-neat` cleans up that redundant information for you.
2222

23-
## Installion
23+
## Installation
2424

2525
```bash
2626
kubectl krew install neat

0 commit comments

Comments
 (0)