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

marat 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 a9eb9a8  Fix small typos (#317)
a9eb9a8 is described below

commit a9eb9a87593c254c1c1f24981d6951e278fe5e7b
Author: AurĂ©lien Pupier <[email protected]>
AuthorDate: Sun Apr 17 04:41:06 2022 +0200

    Fix small typos (#317)
    
    Signed-off-by: AurĂ©lien Pupier <[email protected]>
---
 README.md                | 2 +-
 karavan-vscode/README.md | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index f2c802b..a1bd8dc 100644
--- a/README.md
+++ b/README.md
@@ -48,7 +48,7 @@ Demo of Karavan use cases
 
 
 ## How to build
-1. Generate Camel Models ad API for Typescript
+1. Generate Camel Models and API for Typescript
 ```
 mvn clean compile exec:java 
-Dexec.mainClass="org.apache.camel.karavan.generator.KaravanGenerator" -f 
karavan-generator
 ```
diff --git a/karavan-vscode/README.md b/karavan-vscode/README.md
index 003d28b..ccdeb5a 100644
--- a/karavan-vscode/README.md
+++ b/karavan-vscode/README.md
@@ -44,17 +44,17 @@
 
 ## Run integration locally
 * [JBang](https://www.jbang.dev) installed
-* Click ![run](images/run.png) button in VSCode or
+* Click ![run](images/run.png) button in VS Code or
 ```shell
 jbang -Dcamel.jbang.version=3.15.0 CamelJBang@apache/camel run 
$INTEGRATION.yaml --max-messages=10 --logging-level=info
 ```
 
-## Run integration in Kubernetes or Openshift
+## Run integration in Kubernetes or OpenShift
 
 ## Prerequisites 
 
 * Apache Camel K installed. See the Apache Camel K installation page for 
details: (https://camel.apache.org/camel-k/next/installation/installation.html).
-* Openshift or Kubernetes CLI
+* OpenShift or Kubernetes CLI
 
 ## Deploy with Camel K on Kubernetes
 

Reply via email to