diff --git a/README.md b/README.md index a25eee9..91a5e97 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Core functionality: 2. Subscription formatting. 3. Collect multiple subscription in one URL. ## 1. Subscription Conversion -### Supported input formats +### Supported Input Formats - [x] SS URI - [x] SSR URI - [x] V2RayN URI @@ -15,7 +15,7 @@ Core functionality: - [x] Loon (SS, SSR, VMess, Trojan, HTTP) - [x] Surge (SS, VMess, Trojan, HTTP) -### Supported target platforms +### Supported Target Platforms - [x] QX - [x] Loon - [x] Surge diff --git a/sub-store.js b/sub-store.js index bae28af..cbd9691 100644 --- a/sub-store.js +++ b/sub-store.js @@ -1330,7 +1330,7 @@ function Raw_Producer() { // force to set some properties (e.g., scert, udp, tfo, etc.) function SetPropertyOperator(key, val) { return { - name: "Set", + name: "Set Property Operator", func: proxies => { return proxies.map(p => { p[key] = val;