This is an automated email from the ASF dual-hosted git repository. lburgazzoli pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/master by this push: new 272c5f4 Fix "typo" Openshift -> OpenShift 272c5f4 is described below commit 272c5f4f57e2a626e95e84b5e2424f409b76b56d Author: Aurélien Pupier <apup...@redhat.com> AuthorDate: Tue Sep 25 08:31:42 2018 +0200 Fix "typo" Openshift -> OpenShift Signed-off-by: Aurélien Pupier <apup...@redhat.com> --- README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index c77302d..24d0779 100644 --- a/README.adoc +++ b/README.adoc @@ -10,7 +10,7 @@ Apache Camel K (a.k.a. Kamel) is a lightweight integration framework built from [[getting-started]] == Getting Started -Camel K allows to run integrations directly on a Kubernetes or Openshift cluster. +Camel K allows to run integrations directly on a Kubernetes or OpenShift cluster. To use it, you need to be connected to a cloud environment or to a local cluster created for development purposes. If you need help on how to create a local development environment based on *Minishift* or *Minikube* (Minikube will be supported soon, stay tuned!), you can follow the link:/docs/cluster-setup.adoc[local cluster setup guide]. @@ -24,7 +24,7 @@ Look into the https://github.com/apache/camel-k/releases[release page] for lates If you want to contribute, you can also **build it from source!** Refer to the link:/docs/developers.adoc[developer's guide] for information on how to do it. -Once you have the "kamel" binary, log into your cluster using the standard "oc" (Openshift) or "kubectl" (Kubernetes) client tool and execute the following command to install Camel K: +Once you have the "kamel" binary, log into your cluster using the standard "oc" (OpenShift) or "kubectl" (Kubernetes) client tool and execute the following command to install Camel K: ``` kamel install