Skip to content

Commit ce223f8

Browse files
committed
docs: update mod url
1 parent a53e17c commit ce223f8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ This package implements the [libdns](https://github.com/libdns/libdns) interface
55
## Code example
66

77
```shell
8+
import "github.com/libdns/tencentcloud"
89
provider := &tencentcloud.Provider{
910
SecretId: "YOUR_Secret_ID",
1011
SecretKey: "YOUR_Secret_Key",

_example/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"context"
55
"fmt"
66

7-
tencentcloud "github.com/libdns/tencentcloud"
7+
"github.com/libdns/tencentcloud"
88
)
99

1010
func main() {

0 commit comments

Comments
 (0)