From dd7de54db1b2d0c834b28e0fcbfaef3010b7e5d1 Mon Sep 17 00:00:00 2001 From: Jakub Jarosz Date: Tue, 7 May 2024 06:22:20 +0100 Subject: [PATCH] Improve documentation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 15a9d11..048e30f 100644 --- a/README.md +++ b/README.md @@ -92,13 +92,13 @@ Before using `inspector` you need to have [kubectl](https://kubernetes.io/docs/t Note that `inspector`'s default namespace is `default`. ```shell - inspector > default.json + kubectl inspector > default.json ``` 1) Collect data points from `nginx-ingress` namespace ```shell - inspector -n nginx-ingress > nginx-ingress.json + kubectl inspector -n nginx-ingress > nginx-ingress.json ``` ## How it works