diff --git a/README.textile b/README.textile index 1fb0f2311..5fae5730f 100644 --- a/README.textile +++ b/README.textile @@ -6,70 +6,78 @@ The Spring Data Graph project provides a simplified POJO based programming model h2. Maven configuration -* Add the maven repository and dependency +* Add the maven repository and dependency:
-
-    org.springframework.data
-    spring-data-neo4j
-    1.0.0.RELEASE
-
-
-    spring-maven-snapshot
-    true
-    Springframework Maven MILESTONE Repository
-    http://maven.springframework.org/milestone
-
+
+    
+        org.springframework.data
+        spring-data-neo4j
+        1.0.0.RELEASE
+    
+
+
+    
+        spring-maven-snapshot
+        true
+        Springframework Maven MILESTONE Repository
+        http://maven.springframework.org/milestone
+    
+
 
-* Configure AspectJ: Add the following plugin XML to your project's config in pom.xml to hook AspectJ into the build process: +* Configure AspectJ: Include the following plugin XML in your pom.xml to hook AspectJ into the build process:
-
-    org.codehaus.mojo
-    aspectj-maven-plugin
-    1.0
-    
-        true
-        
-            
-                org.springframework
-                spring-aspects
-            
-            
-                org.springframework.data
-                spring-data-neo4j
-            
-        
-        1.6
-        1.6
-    
-    
-        
-            
-                compile
-                test-compile
-            
-        
-    
-    
-        
-            org.aspectj
-            aspectjrt
-            1.6.11.RELEASE
-        
-        
-            org.aspectj
-            aspectjtools
-            1.6.11.RELEASE
-        
-    
-
+
+    
+        
+            org.codehaus.mojo
+            aspectj-maven-plugin
+            1.0
+            
+                true
+                
+                    
+                        org.springframework
+                        spring-aspects
+                    
+                    
+                        org.springframework.data
+                        spring-data-neo4j
+                    
+                
+                1.6
+                1.6
+            
+            
+                
+                    
+                        compile
+                        test-compile
+                    
+                
+            
+            
+                
+                    org.aspectj
+                    aspectjrt
+                    1.6.11.RELEASE
+                
+                
+                    org.aspectj
+                    aspectjtools
+                    1.6.11.RELEASE
+                
+            
+        
+    
+
 
h2. Spring configuration -* Configure Spring Data Graph for Neo4j in your application using the provided xml namespace. +* Configure Spring Data Graph for Neo4j in your application using the provided XML namespace: