From bc3ad72e3f52e969dba628e62a4de3c0992d739f Mon Sep 17 00:00:00 2001 From: Pascal Hofmann Date: Thu, 18 Mar 2021 10:41:05 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 343cdde..60ab671 100644 --- a/README.md +++ b/README.md @@ -227,8 +227,8 @@ Special thx to [Ahmet Alp Balkan](https://github.com/ahmetb) - `-l k8s-app=my-app`, `--field-selector=status.phase=Running` select objects - `-A` (new) using all namespaces -- `-o json | jq 'expresion'` combine JSON and [jq](https://github.com/stedolan/jq) to get more details (useful for scripting) -- `jsonpath=JSONPATH_EXP` powerful one line helper to get multiple valuesx of a json output +- `-o json | jq 'expression'` combine JSON and [jq](https://github.com/stedolan/jq) to get more details (useful for scripting) +- `jsonpath=JSONPATH_EXP` powerful one line helper to get multiple values of a json output - `kubectl describe OBJECT` shows information and events