You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/11/26 10:16:37 UTC

[camel-karavan] branch main updated: Fix case and typo in VS Code readme (#130)

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karavan.git


The following commit(s) were added to refs/heads/main by this push:
     new 250b3d9  Fix case and typo in VS Code readme (#130)
250b3d9 is described below

commit 250b3d967b857f6c6fe66233320340a8d848b9f7
Author: Aurélien Pupier <ap...@redhat.com>
AuthorDate: Fri Nov 26 11:16:32 2021 +0100

    Fix case and typo in VS Code readme (#130)
---
 karavan-vscode/README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/karavan-vscode/README.md b/karavan-vscode/README.md
index 71f07a1..0f1ca05 100644
--- a/karavan-vscode/README.md
+++ b/karavan-vscode/README.md
@@ -23,7 +23,7 @@
 ## How to install
 
 1. Open your VS Code Integrated Development Environment (IDE).
-2. In the VS Code Activity Bar, select Extensions. (Alternately, press Ctrl+Shift+X).
+2. In the VS Code Activity Bar, select Extensions. (Alternatively, press Ctrl+Shift+X).
 3. In the search bar, type **Karavan**
 4. In the **Apache Camel Karavan** box, click **Install**.
 
@@ -39,13 +39,13 @@
 
 ![open](screenshots/open.png)
 
-### Deploy with Camel-K on Kubernetes
+### Deploy with Camel K on Kubernetes
 
 ```shell
 kubectl apply -f integration.yaml
 ```
 
-### Deploy with Camel-K on Openshift
+### Deploy with Camel K on OpenShift
 
 ```shell
 oc apply -f integration.yaml