Skip to content

Commit

Permalink
feat: replace xorm-adapter/v2 with xorm-adapter/v3 in README (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
MuZhou233 committed Mar 27, 2024
1 parent 09000e0 commit a5eaefe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Based on [Xorm Drivers Support](https://gitea.com/xorm/xorm#drivers-support), Th

## Installation

go get github.com/casbin/xorm-adapter/v2
go get github.com/casbin/xorm-adapter/v3

## Simple MySQL Example

Expand All @@ -30,7 +30,7 @@ import (
"github.com/casbin/casbin/v2"
_ "github.com/go-sql-driver/mysql"

"github.com/casbin/xorm-adapter/v2"
"github.com/casbin/xorm-adapter/v3"
)

func main() {
Expand Down Expand Up @@ -70,7 +70,7 @@ import (
"github.com/casbin/casbin/v2"
_ "github.com/lib/pq"

"github.com/casbin/xorm-adapter/v2"
"github.com/casbin/xorm-adapter/v3"
)

func main() {
Expand Down

0 comments on commit a5eaefe

Please sign in to comment.