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 13a48233e fix(doc): add file prefix
13a48233e is described below

commit 13a48233ee847352f84d11dc5f049b5f74d4d66a
Author: halmakidon <1182835+halmaki...@users.noreply.github.com>
AuthorDate: Mon Sep 19 19:18:59 2022 +0900

    fix(doc): add file prefix
---
 examples/openapi/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/openapi/README.md b/examples/openapi/README.md
index c8ca3c06a..ec208e7b7 100644
--- a/examples/openapi/README.md
+++ b/examples/openapi/README.md
@@ -7,7 +7,7 @@ Find useful examples about how to expose an Open API 
specification in a Camel K
 Deploy the examples running
 
 ```
-kamel run --dev --name greetings --open-api greetings-api.json greetings.groovy
+kamel run --dev --name greetings --open-api file:greetings-api.json 
greetings.groovy
 ```
 
 Then you can test by calling the hello endpoint, ie:

Reply via email to