diff --git a/README.md b/README.md index 1d25a8bf..2d68de56 100644 --- a/README.md +++ b/README.md @@ -337,7 +337,7 @@ if _, err := session.Exec("delete from userinfo where username = ?", user2.Usern return nil ``` -* Transation should on one go routine. There is transaction and resue session memory +* Transation should be on one go routine. There is transaction and resue session memory ```Go session := engine.NewSession()