From 9ca45ed26b6d7b24beb2ddbc0e46c28604c4a790 Mon Sep 17 00:00:00 2001 From: rennnosuke Date: Thu, 28 Oct 2021 16:47:38 +0800 Subject: [PATCH] fix README.md fix Sync2 -> Sync --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c85938a..60a4c7ff 100644 --- a/README.md +++ b/README.md @@ -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 {