diff --git a/docs/open-source/react-quickstart.mdx b/docs/open-source/react-quickstart.mdx index 3be1cf641..1b3a7372d 100644 --- a/docs/open-source/react-quickstart.mdx +++ b/docs/open-source/react-quickstart.mdx @@ -13,7 +13,7 @@ Or, start from our [Replit template](https://replit.com/@vocode/Simple-Conversat ## Setting up the conversation -Our self-hosted backend allows you to expose a websocket route in the same format that our hosted backend does. This allows you to deploy any agent you'd to into the conversation. +Our self-hosted backend allows you to expose a websocket route in the same format that our hosted backend does. This allows you to deploy any agent you'd like into the conversation. To get started, clone the Vocode repo or copy the [client backend app](https://github.com/vocodedev/vocode-python/tree/main/apps/client_backend) directory.