From 1ab51c809ede4a6ece3dc122b9032539928185f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bengt=20L=C3=BCers?= Date: Wed, 19 Jan 2022 22:23:58 +0100 Subject: [PATCH] Fix Typo (#1422) This fixes a small typo I keep stumbling upon in the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4aa9ba15..f5c54533 100644 --- a/README.md +++ b/README.md @@ -170,7 +170,7 @@ K9s is available on Linux, macOS and Windows platforms. ```shell # Kubectl edit command will use this env var. export EDITOR=my_fav_editor - # Should your editor deals with streamed vs on disk files differently, also set... + # Should your editor deal with streamed vs on disk files differently, also set... export K9S_EDITOR=my_fav_editor ```