Skip to content

Commit

Permalink
Fix Gitea example code on README.md
Browse files Browse the repository at this point in the history
As title.
  • Loading branch information
lunny authored Oct 28, 2021
1 parent 8e0f4c4 commit 42f44c1
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 @@ -65,7 +65,7 @@ Create a Gitea client:
```Go
import (
"github.com/drone/go-scm/scm"
"github.com/drone/go-scm/scm/driver/github"
"github.com/drone/go-scm/scm/driver/gitea"
)

func main() {
Expand Down

0 comments on commit 42f44c1

Please sign in to comment.