Skip to content

Commit ae1ac3d

Browse files
committed
README.md: update the Example after modifing the alidns.CredentialInfo typo
1 parent ea07006 commit ae1ac3d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ import (
2727

2828
func main() {
2929
provider := alidns.Provider{
30-
AccKeyID: "<AccessKeyId form your aliyun console>",
31-
AccKeySecret: "<AccessKeySecret form your aliyun console>",
30+
AccessKeyID: "<AccessKeyId form your aliyun console>",
31+
AccessKeySecret: "<AccessKeySecret form your aliyun console>",
3232
}
3333

3434
records, err := provider.GetRecords(context.TODO(), "example.com")

0 commit comments

Comments
 (0)