Improve README
diff --git a/README.md b/README.md
index 0c85374..5d20772 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,14 @@
 
 http://aries.apache.org/modules/jpaproject.html
 
+# Building
+
+    mvn clean install
+
+# Examples
+
+See [examples](examples).
+
 # Running tck tests
 
 See itests/jpa-tck-itest/README.txt
@@ -13,8 +21,8 @@
 
 Run the tck tests to make sure we are still conforming to the spec.
 
-mvn clean deploy
-mvn release:prepare -Darguments="-DskipTests"
-mvn release:perform
+    mvn clean deploy
+    mvn release:prepare -Darguments="-DskipTests"
+    mvn release:perform
 
 After the release make sure to adapt the versions in the tck test modules.