Merge pull request #2101 from pipecat-ai/mb/fix-websocket-example-dir

fix: remove javascript directory from the websocket README
This commit is contained in:
Mark Backman
2025-07-02 22:55:47 -04:00
committed by GitHub

View File

@@ -6,10 +6,10 @@ Basic implementation using the [Pipecat JavaScript SDK](https://docs.pipecat.ai/
1. Run the bot server. See the [server README](../README). 1. Run the bot server. See the [server README](../README).
2. Navigate to the `client/javascript` directory: 2. Navigate to the `client` directory:
```bash ```bash
cd client/javascript cd client
``` ```
3. Install dependencies: 3. Install dependencies: