diff --git a/README.md b/README.md
index 2862b39..01260f5 100644
--- a/README.md
+++ b/README.md
@@ -11,22 +11,24 @@ The supported goals are
Here is an example of a configuration
-
- com.mysema.maven
- apt-maven-plugin
- 1.1.3
-
-
-
- process
-
-
- target/generated-sources/java
- com.mysema.query.apt.jpa.JPAAnnotationProcessor
-
-
-
-
+```xml
+
+ com.mysema.maven
+ apt-maven-plugin
+ 1.1.3
+
+
+
+ process
+
+
+ target/generated-sources/java
+ com.mysema.query.apt.jpa.JPAAnnotationProcessor
+
+
+
+
+```
Here is an example for usage with the m2e plugin https://github.com/querydsl/apt-maven-plugin/wiki/m2e-usage