Browse Source

Fix documentation typo (#60)

void aire() 3 years ago
parent
commit
56876a67cc
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/examples/shadowtls.md

+ 2 - 2
docs/examples/shadowtls.md

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