Skip to content

Commit

Permalink
fix: README.md go get github.com/casdoor/casdoor-go-sdk@latest (#49)
Browse files Browse the repository at this point in the history
Signed-off-by: seazhang <[email protected]>

Signed-off-by: seazhang <[email protected]>
Co-authored-by: seazhang <[email protected]>
  • Loading branch information
SealinGp and seazhang authored Dec 20, 2022
1 parent e68f831 commit dfa375a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Casdoor SDK is very simple to use. We will show you the steps below.
First in your go project, just need to run:

```bash
go get https://github.com/casdoor/casdoor-go-sdk@latest
go get github.com/casdoor/casdoor-go-sdk@latest
```

and import this when you need:
Expand Down

0 comments on commit dfa375a

Please sign in to comment.