From 47ff0fb5258ffa0b62eff2892e05451709775786 Mon Sep 17 00:00:00 2001 From: DikaCream Date: Wed, 18 Dec 2024 20:10:29 +0700 Subject: [PATCH] Fix: Set config Fixed issues in the configuration JSON example script --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e195b6..84ce816 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ npm install }, "maxHandlePacket": 10, "packetFilter": { - "connections": [{ "connectionId": "conneciton-1" }] + "connections": [{ "connectionId": "connection-1" }] } } ],