fix README.md

fix Sync2 -> Sync
This commit is contained in:
rennnosuke 2021-10-28 16:47:38 +08:00
parent 40a135948b
commit 9ca45ed26b
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ Firstly, we should new an engine for a database.
engine, err := xorm.NewEngine(driverName, dataSourceName)
```
* Define a struct and Sync2 table struct to database
* Define a struct and Sync table struct to database
```Go
type User struct {