From d6c5e00f39fc58274c9d723b96dfc88c9e5eb899 Mon Sep 17 00:00:00 2001 From: tarunipaleru Date: Fri, 4 Aug 2023 15:35:06 -0400 Subject: [PATCH] Update README.md --- docs/buildkit/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/buildkit/README.md b/docs/buildkit/README.md index bafb8f01..dbba8770 100644 --- a/docs/buildkit/README.md +++ b/docs/buildkit/README.md @@ -151,7 +151,7 @@ console.log(`Server listening on port ${port}`); Once your server is connected to the Coordinator, you can start passing messages back and forth. Let's build a client to do that. 1. In your typescript project, install the client SDKs: `npm i @hathora/client-sdk` -2. Fill in the `APP_ID` from above. Establish a connection using the `onMessage` and `onError` methods: +2. Fill in `YOUR_HATHORA_APP_ID`. Establish a connection using the `onMessage` and `onError` methods: ```ts // client.mts