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-k.git


The following commit(s) were added to refs/heads/main by this push:
     new cec93e0  Update README to reflect where Sample.java is
cec93e0 is described below

commit cec93e0c3fc5f97a71325abd901afbe09a32375e
Author: Brett Tofel <[email protected]>
AuthorDate: Fri Jun 4 08:32:48 2021 -0400

    Update README to reflect where Sample.java is
    
    Seems like the sample code got moved into a sub directory.
---
 README.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.adoc b/README.adoc
index 0d57b3d..c34725e 100644
--- a/README.adoc
+++ b/README.adoc
@@ -62,7 +62,7 @@ For Minishift, this means executing `oc login -u 
system:admin` then `kamel insta
 After the initial setup, you can run a Camel integration on the cluster by 
executing:
 
 ```
-kamel run examples/Sample.java
+kamel run examples/languages/Sample.java
 ```
 
 During your first run you may see your console stuck with the following 
message:

Reply via email to