From c0a0083e2b2ef9195f36a88ee3927f33ee8f89e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Tue, 5 Jun 2018 12:58:58 +0200 Subject: [PATCH] typo + markdown syntax --- spring-boot-packaging/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-boot-packaging/README.md b/spring-boot-packaging/README.md index cf4997b..270df3a 100644 --- a/spring-boot-packaging/README.md +++ b/spring-boot-packaging/README.md @@ -16,7 +16,7 @@ mvn archetype:generate -DarchetypeGroupId=org.apache.camel.archetypes -Darchetyp By default, the `camel-archetype-spring-boot` archetype creates a sample route using the Java DSL. In this example, we will use the Spring DSL, so you can remove -the two following classes: +the following two classes: ``` rm src/main/java/fr/itix/camel/spring_boot_packaging/MySpringBean.java rm src/main/java/fr/itix/camel/spring_boot_packaging/MySpringBootRouter.java @@ -29,7 +29,7 @@ mkdir src/main/resources/camel/ Create an `hello-world.xml` file in the newly created `camel` directory with this content: -``` +```xml