Sfoglia il codice sorgente

Fix documentation typo (#60)

void aire() 3 anni fa
parent
commit
56876a67cc
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      docs/examples/shadowtls.md

+ 2 - 2
docs/examples/shadowtls.md

@@ -35,7 +35,7 @@
       "password": "8JCsPssfgS8tiRwiMlhARg==",
       "detour": "shadowtls-out",
       "multiplex": {
-        "enabled": 1,
+        "enabled": true,
         "max_connections": 4,
         "min_streams": 4
       }
@@ -52,4 +52,4 @@
     }
   ]
 }
-```
+```