Skip to content

Commit 27691eb

Browse files
committed
Fixed typo in readme too
1 parent 0bc6cdf commit 27691eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Generated from billingo's OpenAPI spec.
88

99
### Installation
1010

11-
`go get -u github.com/pilab-dev/billingo/v3`
11+
`go get -u github.com/pilab-dev/go-billingo/v3`
1212

1313
### Create Product:
1414

@@ -21,7 +21,7 @@ import (
2121
"os"
2222
"time"
2323

24-
"github.cm/pilab-dev/go-billingo/v3"
24+
"github.com/pilab-dev/go-billingo/v3"
2525
)
2626

2727
func main() {

0 commit comments

Comments
 (0)