Update QuickStart.md

"go routines" typo.
This commit is contained in:
Chris Dillon 2014-04-25 11:18:46 -04:00
parent 86ce70fea2
commit 62e08a781b
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ engine, err = xorm.NewEngine("sqlite3", "./test.db")
defer engine.Close() defer engine.Close()
``` ```
Generally, you can only create one engine. Engine supports run on go rutines. Generally, you can only create one engine. Engine supports run on go routines.
xorm supports four drivers now: xorm supports four drivers now: