From 4bba497ab5bad66b53d041df7001e31fee45f9b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Mon, 4 Jun 2018 20:30:35 +0200 Subject: [PATCH] markdown syntax --- hello-world-java/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello-world-java/README.md b/hello-world-java/README.md index 7e624d9..7c67c3f 100644 --- a/hello-world-java/README.md +++ b/hello-world-java/README.md @@ -43,7 +43,7 @@ src/main/java/fr/itix/camel/hello_world_java/MyRouteBuilder.java ``` For a first "hello world" example, you can replace the content of `MyRouteBuilder.java` with: -``` +```java package fr.itix.camel.hello_world_java; import org.apache.camel.builder.RouteBuilder;