Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tarunipaleru authored Aug 4, 2023
1 parent cef8ba2 commit d6c5e00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/buildkit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d6c5e00

Please sign in to comment.