Fix README.md: Sync2 -> Sync #2065

Merged
lunny merged 4 commits from rennnosuke/xorm:fix/readme-sync2 into master 2021-10-29 09:31:07 +00:00

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 {