This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-spring-boot-examples.git
The following commit(s) were added to refs/heads/master by this push: new 70efe27 Update README.adoc 70efe27 is described below commit 70efe27b35064697a1615c124050baf0f0ea6e15 Author: PoojaChandak <poojachandak...@gmail.com> AuthorDate: Tue Sep 22 22:30:56 2020 +0530 Update README.adoc --- camel-example-spring-boot-rest-swagger-simple/README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/camel-example-spring-boot-rest-swagger-simple/README.adoc b/camel-example-spring-boot-rest-swagger-simple/README.adoc index 5ad3e92..213990a 100644 --- a/camel-example-spring-boot-rest-swagger-simple/README.adoc +++ b/camel-example-spring-boot-rest-swagger-simple/README.adoc @@ -3,7 +3,7 @@ This example shows how to call a REST service defined using Swagger specification with the help of Camel Rest Swagger component. -The example is a standalong Spring Boot application that acts as a REST +The example is a standalone Spring Boot application that acts as a REST client, you can run simply by issuing: ....