diff --git a/README.md b/README.md index 9ce8153..a20da1c 100644 --- a/README.md +++ b/README.md @@ -3,23 +3,23 @@ ``` rule-providers: - myProxy: + myproxy: type: http behavior: classical - url: "https://gitea.kknode.cn/LambdaExpression/clash-rules/raw/branch/master/proxy.yaml" - path: ./ruleset/myProxy.yaml + url: "http://gitea.kknode.cn/LambdaExpression/clash-rules/raw/branch/master/myproxy.yaml" + path: ./ruleset/myproxy.yaml interval: 86400 - myReject: + myreject: type: http behavior: classical - url: "https://gitea.kknode.cn/LambdaExpression/clash-rules/raw/branch/master/reject.yaml" - path: ./ruleset/myReject.yaml + url: "http://gitea.kknode.cn/LambdaExpression/clash-rules/raw/branch/master/myproxy.yaml" + path: ./ruleset/myreject.yaml interval: 86400 rules: - - RULE-SET,myProxy,PROXY - - RULE-SET,myReject,REJECT + - RULE-SET,myproxy,PROXY + - RULE-SET,myreject,REJECT ```