diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index f0b9f72..93f0ae2 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -43,7 +43,7 @@ jobs:
draft: true
prerelease: true
- - uses: actions/upload-artifact@2.1.0
+ - uses: actions/upload-artifact@v2.1.1
if: startsWith(github.ref, 'refs/tags/')
with:
name: build
diff --git a/README.md b/README.md
index 7c8181b..10c03fd 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@
## Origin
-Inspired by [Nali C version](https://github.com/meteoral/Nali) and [nali-cli javascript version](https://github.com/SukkaW/nali-cli).
+Inspired by [Nali C version](https://github.com/meteoral/Nali) and [nali-cli js version](https://github.com/SukkaW/nali-cli).
I want to query the IP geographic information and CDN service provider on the terminal, then found the Nali tool. Nali mean 'where' in Chinese, good name for this kind of tools.
@@ -63,8 +63,6 @@ docker pull docker.pkg.github.com//zu1k/nali/nali:latest
## Usage
-
-
### Query a simple IP address
```
diff --git a/README_zh-CN.md b/README_zh-CN.md
index f8b84c0..320a61c 100644
--- a/README_zh-CN.md
+++ b/README_zh-CN.md
@@ -62,8 +62,6 @@ docker pull docker.pkg.github.com//zu1k/nali/nali:latest
## 使用说明
-
-
### 查询一个IP的地理信息
```