From 7025815e94545c1885d807b6009fb40c48d90258 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Thu, 16 May 2013 14:58:36 +0800 Subject: [PATCH] improved readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 62e468bf..40d83496 100644 --- a/README.md +++ b/README.md @@ -271,7 +271,7 @@ if err != nil { } ``` -##Mapping Rules +##Mapping Rules 1.Struct and struct's fields name should be Pascal style, and the table and column's name default is SQL style. @@ -321,12 +321,12 @@ type Userinfo struct { ``` -##Documents +##Documents Please visit [GoWalker](http://gowalker.org/github.com/lunny/xorm) -##FAQ +##FAQ 1.How the xorm tag use both with json?