Skip to content

Commit e8a099c

Browse files
authored
Update README.md
1 parent 91b374b commit e8a099c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ First, create a new [Sandbox Token Server](https://cloud.livekit.io/projects/p_m
1515
Then, run the following command to automatically clone this template and connect it to LiveKit Cloud:
1616

1717
```bash
18-
lk app create --template-url https://github.com/livekit-examples/voice-assistant-react-native --sandbox <token_server_sandbox_id>
18+
lk app create --template agent-starter-react-native --sandbox <token_server_sandbox_id>
1919
```
2020

2121
Afterwards, move to the newly created folder and run the following commands:
@@ -30,7 +30,7 @@ npx expo run:android
3030
npx expo run:ios
3131
```
3232

33-
You'll also need an agent to speak with. Try our sample voice assistant agent for [Python](https://github.com/livekit-examples/voice-pipeline-agent-python), [Node.js](https://github.com/livekit-examples/voice-pipeline-agent-node), or [create your own from scratch](https://docs.livekit.io/agents/quickstart/).
33+
You'll also need an agent to speak with. Try our starter agent for [Python](https://github.com/livekit-examples/agent-starter-python), [Node.js](https://github.com/livekit-examples/agent-starter-node), or [create your own from scratch](https://docs.livekit.io/agents/start/voice-ai/).
3434

3535
> [!NOTE]
3636
> To setup without the LiveKit CLI, clone the repository and edit the `hooks/useConnectionDetails.ts` file to add either a `sandboxID` (if using a [Sandbox Token Server](https://cloud.livekit.io/projects/p_/sandbox/templates/token-server)), or a [manually generated](#token-generation) URL and token.

0 commit comments

Comments
 (0)