petclinic-uncached

minor presentation fix

5/22/2015 10:34:03 PM

Changes

readme.md 3(+3 -0)

Details

readme.md 3(+3 -0)

diff --git a/readme.md b/readme.md
index 8b956b5..fb46ffa 100644
--- a/readme.md
+++ b/readme.md
@@ -46,6 +46,9 @@ File -> Import -> Maven -> Existing Maven project
 
 <table>
   <tr>
+    <th width="300px">Java Config</th><th width="300px"></th>
+  </tr>
+  <tr>
     <td>Java Config branch</td>
     <td>
       Petclinic uses XML configuration by default. In case you'd like to use Java Config instead, there is a Java Config branch available <a href="https://github.com/arey/spring-petclinic/tree/javaconfig">here</a>. Thanks to Antoine Rey for his contribution.