From dc65b62502781e6120625c54269090981f16b11d Mon Sep 17 00:00:00 2001 From: jiacai_wang Date: Sat, 6 Jun 2020 19:34:11 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 513845f..499648f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ update domain record using AliCloud Go SDK. ### Usage -- Create a AccessKey at https://aliyun.com. +- Create a AccessKey at https://usercenter.console.aliyun.com/. - Fill in `config.json` the AccessKey, secret, and the domain you'd setup. - To compile, just run `go build alidns.go`. *Run `go mod init alidns` first if needed.* - If provided correct config file, things should work fine.