diff --git a/README.md b/README.md
index 332de9f0..d7147c46 100644
--- a/README.md
+++ b/README.md
@@ -10,8 +10,8 @@
## 快速使用
-| 文件 | raw链接 | jsDelivr | 操作参考 | 适用于 |
-|-------------------------------- |:------------: | -------- | ------------------------------------------------------------------------------------------------------------------------------------------- |--------------------------------------------- |
+| 文件 | raw | jsDelivr | 操作参考 | 适用于 |
+| -------------------------------- |:------------------: | -------- | ------------------------------------------------------------------------------------------------------------------------------------------- |--------------------------------------------- |
| `adblock-for-dnsmasq.conf` | [link](https://raw.githubusercontent.com/privacy-protection-tools/anti-AD/master/adblock-for-dnsmasq.conf) | [jsDelivr](https://cdn.jsdelivr.net/gh/privacy-protection-tools/anti-AD@master/adblock-for-dnsmasq.conf) | 1. 下载过滤列表文件后, 保存到你的dnsmasq配置的正确目录下;
2. 重启dnsmasq服务;
3. 已经生效了,enjoy it。 | dnsmasq及其衍生版本 |
| `anti-ad-easylist.txt` | [link](https://raw.githubusercontent.com/privacy-protection-tools/anti-AD/master/anti-ad-easylist.txt) | [jsDelivr](https://cdn.jsdelivr.net/gh/privacy-protection-tools/anti-AD@master/anti-ad-easylist.txt) | 1. 进入AdGuardHome过滤器页面;
2. 选择添加过滤器输入名称 anti-AD,url地址填raw链接或者jsDelivr;
3. 点击确认后即生效 | AdGuardHome |
| `anti-ad-domains.txt` | [link](https://raw.githubusercontent.com/privacy-protection-tools/anti-AD/master/anti-ad-domains.txt) | [jsDelivr](https://cdn.jsdelivr.net/gh/privacy-protection-tools/anti-AD@master/anti-ad-domains.txt) | 以Pi-Hole为例
1. 进入pi-hole设置界面
2. 添加本domains列表链接到pi-hole的过滤器列表中
3. 点击save & update
4. 更新成功后即可生效 | Pi-Hole以及任何支持域名过滤列表的工具。 |