diff --git a/guide/starting/server.md b/guide/starting/server.md index 24efbd5..74bdd30 100644 --- a/guide/starting/server.md +++ b/guide/starting/server.md @@ -27,7 +27,7 @@ import { SUBPROTOCOL } from '../api/index.js' const server = new Server( Server.loadOptions(process, { - subprotocol: '1.0.0', + subprotocol: SUBPROTOCOL, supports: '1.x', fileUrl: import.meta.url })