From e97fdad0239cc43dad5c1c8aa478d6a80af57e49 Mon Sep 17 00:00:00 2001 From: Ryan MacLean <6923433+ryanmaclean@users.noreply.github.com> Date: Tue, 4 Aug 2020 15:18:31 -0700 Subject: [PATCH] =?UTF-8?q?Some=20Grammatical=20Fixes=20=E2=9D=A4=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Mostly was looking to resolve `Allows for faster separate re-runs of some of the more involved processes:`, but caught a few others while giving it a once-over. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 020b11ef96..a198b86211 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,9 @@ Lens is the only IDE you’ll ever need to take control of your Kubernetes clust ## What makes Lens special? -* Amazing usability and end user experience -* Multi cluster management; Support for hundreds of clusters -* Standalone application; No need to install anything in-cluster +* Amazing usability and end-user experience +* Multi cluster management: support for hundreds of clusters +* Standalone application: no need to install anything in-cluster * Real-time cluster state visualization * Resource utilization charts and trends with history powered by built-in Prometheus * Terminal access to nodes and containers @@ -38,7 +38,7 @@ brew cask install lens ## Development (advanced) -Allows faster separately re-run some of involved processes: +Allows for faster separate re-runs of some of the more involved processes: 1. `yarn dev:main` compiles electron's main process and watch files 1. `yarn dev:renderer:vue` compiles electron's renderer vue-part