From 1e4c7437944a6fdfe19f58b4262425b42323da33 Mon Sep 17 00:00:00 2001 From: Mohit Suman Date: Sat, 18 May 2019 00:54:27 +0530 Subject: [PATCH] update readme with typo fix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3dda1b72d..a975342a9 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ The extension will detect these dependencies and prompt the user to install if t #### Extensions -This extension depends on [Kubernetes extension from Microsoft](https://marketplace.visualstudio.com/items?itemName=ms-kubernetes-tools.vscode-kubernetes-tools). OpenShift Connector extension is using Kubernetes extension public API to add OpenShift resources like Projects, Routes, Deployment Configs, Image Streams and Templates io Kubernetes Clusters View. OpenShift resources are visible only for OpenShift clusters. +This extension depends on [Kubernetes extension from Microsoft](https://marketplace.visualstudio.com/items?itemName=ms-kubernetes-tools.vscode-kubernetes-tools). OpenShift Connector extension is using Kubernetes extension public API to add OpenShift resources like Projects, Routes, Deployment Configs, Image Streams and Templates in Kubernetes Clusters View. OpenShift resources are visible only for OpenShift clusters. OpenShift Connector extension provides ```Use Project``` command to switch between OpenShift Projects in Kubernetes Clusters View. @@ -126,7 +126,7 @@ See the [change log](CHANGELOG.md). Contributing ============ -This is an open source project open to anyone. This project welcomes contributions and suggestions! +This is an open source project. This project welcomes contributions and suggestions! For information on getting started, refer to the [CONTRIBUTING instructions](CONTRIBUTING.md).