improved readme

This commit is contained in:
Lunny Xiao 2013-05-16 14:58:36 +08:00
parent f1ec5063b2
commit 7025815e94
1 changed files with 3 additions and 3 deletions

View File

@ -271,7 +271,7 @@ if err != nil {
} }
``` ```
##Mapping Rules ##Mapping Rules
<a name="mapping" id="mapping"></a> <a name="mapping" id="mapping"></a>
1.Struct and struct's fields name should be Pascal style, and the table and column's name default is SQL style. 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) Please visit [GoWalker](http://gowalker.org/github.com/lunny/xorm)
##FAQ ##FAQ
1.How the xorm tag use both with json? 1.How the xorm tag use both with json?