summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsjlleo <[email protected]>2021-02-25 13:12:08 +0800
committerGitHub <[email protected]>2021-02-25 13:12:08 +0800
commit1c18dfe9c8016ece3ec9b6e4a070b637f1c2ea12 (patch)
tree5c0c14876f030e616d657045ced30cd12e2481e3
parent59b74abd76dce88e4038bbdf8285012467e3d153 (diff)
Update README.md
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index c8efaca..affbce2 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@ A script used to determine whether to watch native NetFlix movies / NetFlix可�
## 鸣谢
-1. 感谢 @CoiaPrant 指出对于地域检测更简便的方法
+1. 感谢 [@CoiaPrant](https://github.com/CoiaPrant) 指出对于地域检测更简便的方法
## 功能实现
@@ -25,7 +25,7 @@ A script used to determine whether to watch native NetFlix movies / NetFlix可�
## 使用方法
#### 1、部署 `golang` 环境,执行 `go run nf.go` 运行本小应用
-#### 2、懒人一键运行包 (使用编译好的二进制文件执行本小程序)
+#### 2、懒人一键运行包(使用编译好的二进制文件执行本小程序)
`wget -O nf https://github.com/sjlleo/netflix-verify/releases/download/1.1/nf_1.1_linux_amd64 && chmod +x nf && clear && ./nf`