This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-kamelets-examples.git
The following commit(s) were added to refs/heads/main by this push: new bea90a5 CAMEL-21692: Update readme bea90a5 is described below commit bea90a5d4aec9f9287ae36e423f857674335694a Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Fri Jan 31 10:54:06 2025 +0100 CAMEL-21692: Update readme --- jbang/open-api-contract-first/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jbang/open-api-contract-first/README.md b/jbang/open-api-contract-first/README.md index 99398f9..621f024 100644 --- a/jbang/open-api-contract-first/README.md +++ b/jbang/open-api-contract-first/README.md @@ -9,7 +9,7 @@ The `petstore-v3.json` is the OpenAPI contract which we want to implement with C Run the examples running ``` -camel run petstore-v3.json petstore.camel.yaml +camel run petstore-v3.json petstore.camel.yaml application.properties ``` Or run via: