From d6ab098063b0c97d147f92d070a8b7a9e1578028 Mon Sep 17 00:00:00 2001 From: Skylar Sadlier Date: Fri, 28 Jan 2022 10:57:35 -0700 Subject: [PATCH] Fixed example readme linking to wrong json file Closes #38 --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index 97ab4b3..3ba6d01 100644 --- a/examples/README.md +++ b/examples/README.md @@ -54,7 +54,7 @@ To view what sort of functions you have access to check out the `client.ts` file ### Respond to "ping" with "pong" -[View JSON](respond-to-html-with-html.json) +[View JSON](respond-ping-pong.json) Use this flow to respond to anyone that says "ping" with "pong" into the same room.