diff --git a/README.md b/README.md
index 58f33c7..c2d1356 100644
--- a/README.md
+++ b/README.md
@@ -1,14 +1,19 @@
+
+
+

+
+
+
# NextTrace
-可视化路由跟踪工具
+可视化路由跟踪工具。
## How To Use
```shell
-NextTrace v0.1.0 Alpha
-xgadget-lab zhshch (xzhsh.ch) & leo (leo.moe)
Usage of nexttrace:
- -T Use TCP SYN for tracerouting (default port is 80 in TCP, 53 in UDP)
+ -T Use TCP SYN for tracerouting (default port is 80)
+ -U Use UDP Package for tracerouting (default port is 53 in UDP)
-d string
Choose IP Geograph Data Provider [LeoMoeAPI, IP.SB, IPInfo, IPInsight] (default "LeoMoeAPI")
-displayMode string
@@ -24,9 +29,11 @@ Usage of nexttrace:
-rdns
Set whether rDNS will be display
-report
- Auto-Generate a Route-Path Report by Traceroute
+ Route Path
```
+
+
## Thanks
Vincent Young (i@yyt.moe)
diff --git a/asset/logo.png b/asset/logo.png
new file mode 100644
index 0000000..6a4250b
Binary files /dev/null and b/asset/logo.png differ
diff --git a/asset/screenshot.png b/asset/screenshot.png
new file mode 100644
index 0000000..e6b2555
Binary files /dev/null and b/asset/screenshot.png differ