diff --git a/HELP.md b/HELP.md index 50e26cae..c7ccb44d 100644 --- a/HELP.md +++ b/HELP.md @@ -673,7 +673,7 @@ const prefix = '/'; const server = http.createServer(app); const socket = io.listen(server, { - path: `{prefix}socket.io` + path: `${prefix}socket.io` }); const config = {