diff --git a/README-ZH.md b/README-ZH.md index 97bf6b85..adf3f47d 100644 --- a/README-ZH.md +++ b/README-ZH.md @@ -89,7 +89,7 @@ _以下列表每 8 小时更新一次!_ 复制 Aria2 格式 Tracker 文件中内容后,粘贴到配置文件 `aria2.conf` 中 `bt-tracker=` 的后面,示例如下: ``` ini -bt-tracker=http://xxx.xx:80/announce,udp://yyy.yy:80/announce +bt-tracker=http://aaa.aa:80/announce,udp://bbb.bb:80/announce ``` > **注意:** 粘贴前请先删除旧 Tracker 内容,避免格式错误! diff --git a/README.md b/README.md index fe3d9516..b96cf878 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ _These lists are updated every 8 hours !_ After copying the contents of the Aria2 Format Tracker file, paste it into the `bt-tracker=` tail in the `aria2.conf` configuration file. Example: ``` ini -bt-tracker=http://xxx.xx:80/announce,udp://yyy.yy:80/announce +bt-tracker=http://aaa.aa:80/announce,udp://bbb.bb:80/announce ``` > **Note:** Please delete the old Tracker content before pasting to avoid formatting errors!