Merge pull request #114 from squarism/patch-1

Update QuickStart.md
This commit is contained in:
Lunny Xiao 2014-04-25 23:32:24 +08:00
commit 8a1f48e4bd
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()
```
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: