AWS2-Eventbridge example: Render the modules as list
diff --git a/examples/camel-example-main-endpointdsl-aws2/readme.adoc b/examples/camel-example-main-endpointdsl-aws2/readme.adoc
index 9420333..6453b2a 100644
--- a/examples/camel-example-main-endpointdsl-aws2/readme.adoc
+++ b/examples/camel-example-main-endpointdsl-aws2/readme.adoc
@@ -5,10 +5,10 @@
 that are compiled.
 
 This example is splitted in 3 submodules
-  - Eventbridge module: This module is responsible for creating a rule in Eventbridge 
+* Eventbridge module: This module is responsible for creating a rule in Eventbridge 
 and targetting an SQS queue as target
-  - SQS Consumer: This module is responsibile for consuming the events coming into the queue
-  - S3 Events inject: This module will upload a file to a bucket and as first step it will autocreate a bucket
+* SQS Consumer: This module is responsibile for consuming the events coming into the queue
+* S3 Events inject: This module will upload a file to a bucket and as first step it will autocreate a bucket
 
 Notice how you can configure Camel in the `application.properties` file.