Skip to content

Commit 7af1a72

Browse files
committed
Changes to the example to match the RouteSelector
1 parent dd67913 commit 7af1a72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ $ wscat -c wss://{YOUR-API-ID}.execute-api.{YOUR-REGION}.amazonaws.com/{STAGE}
5858
``` bash
5959
$ wscat -c wss://{YOUR-API-ID}.execute-api.{YOUR-REGION}.amazonaws.com/prod
6060
connected (press CTRL+C to quit)
61-
> {"message":"sendmessage", "data":"hello world"}
61+
> {"action":"sendmessage", "data":"hello world"}
6262
< hello world
6363
```
6464

0 commit comments

Comments
 (0)