diff --git a/README.md b/README.md index c53c875a..73921e0b 100644 --- a/README.md +++ b/README.md @@ -182,7 +182,7 @@ benchmarks: K9s uses aliases to navigate most K8s resources. | Command | Result | Example | -| --------------------- | -------------------------------------------------- | -------------------------- | +|-----------------------|----------------------------------------------------|----------------------------| | `:`alias`` | View a Kubernetes resource aliases | `:po` | | `?` | Show keyboard shortcuts and help | | | `Ctrl-a` | Show all available resource alias | select+`` to view | @@ -370,7 +370,7 @@ k9s: colonColor: blue valueColor: royalblue # Logs styles. - yaml: + logs: fgColor: white bgColor: black ``` @@ -378,7 +378,7 @@ k9s: Available color names are defined below: | Color Names | | | | | -| -------------------- | -------------- | ---------------- | ----------------- | --------------- | +|----------------------|----------------|------------------|-------------------|-----------------| | black | maroon | green | olive | navy | | purple | teal | silver | gray | red | | lime | yellow | blue | fuchsia | aqua |