From a9b0b474804aa6f9dec1aa2964dfe4de02949efe Mon Sep 17 00:00:00 2001
From: Mic <misvy@vmware.com>
Date: Mon, 6 May 2013 11:00:13 +0800
Subject: [PATCH] ref doc

---
 readme.md | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/readme.md b/readme.md
index d34e921..4bb4797 100644
--- a/readme.md
+++ b/readme.md
@@ -157,12 +157,18 @@ File -> Import -> Maven -> Existing Maven project
 
 ## Interaction with other open source projects
 
-One of the best parts about working on the Spring Petclinic application is that we have the opportunity to work in direct contact with many other Open Source projects. We found some bugs/suggested improvements on various topics such as Spring, Spring Data, Bean Validation and even Eclipse! In many cases, they've been fixed/implemented in just a few days.
+One of the best parts about working on the Spring Petclinic application is that we have the opportunity to work in direct contact with many Open Source projects. We found some bugs/suggested improvements on various topics such as Spring, Spring Data, Bean Validation and even Eclipse! In many cases, they've been fixed/implemented in just a few days.
 Here is a list of them:
 
 <table>
   <tr>
-    <th width="300px">Spring JDBC: simplify usage of NamedParameterJdbcTemplate</th><th width="300px"> <a href="https://jira.springsource.org/browse/SPR-10256"> SPR-10256</a> and <a href="https://jira.springsource.org/browse/SPR-10257"> SPR-10257</a> </th>
+    <th width="300px">Name</th>
+    <th width="300px"> Issue </th>
+  </tr>
+
+  <tr>
+    <td>Spring JDBC: simplify usage of NamedParameterJdbcTemplate</td>
+    <td> <a href="https://jira.springsource.org/browse/SPR-10256"> SPR-10256</a> and <a href="https://jira.springsource.org/browse/SPR-10257"> SPR-10257</a> </td>
   </tr>
   <tr>
     <td>Bean Validation / Hibernate Validator: simplify Maven dependencies and backward compatibility</td>
-- 
GitLab