We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd67913 commit 7af1a72Copy full SHA for 7af1a72
README.md
@@ -58,7 +58,7 @@ $ wscat -c wss://{YOUR-API-ID}.execute-api.{YOUR-REGION}.amazonaws.com/{STAGE}
58
``` bash
59
$ wscat -c wss://{YOUR-API-ID}.execute-api.{YOUR-REGION}.amazonaws.com/prod
60
connected (press CTRL+C to quit)
61
-> {"message":"sendmessage", "data":"hello world"}
+> {"action":"sendmessage", "data":"hello world"}
62
< hello world
63
```
64
0 commit comments