Parcourir la source

Fix documentation typo (#60)

void aire() il y a 3 ans
Parent
commit
56876a67cc
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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 @@
     }
   ]
 }
-```
+```