From a6621fb13311966ca1bc7e7e99ede0bf85565b5e Mon Sep 17 00:00:00 2001 From: JamieDawson Date: Sun, 15 Jun 2025 18:25:00 -0700 Subject: [PATCH] Fixed typo in Santa README --- showcase/santa-demo/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/showcase/santa-demo/README.md b/showcase/santa-demo/README.md index c540685..8f23edd 100644 --- a/showcase/santa-demo/README.md +++ b/showcase/santa-demo/README.md @@ -65,7 +65,7 @@ A [Tavus Persona](https://docs.tavus.io/sections/conversational-video-interface/ **With Tavus's APIs, you can:** -- **Create a Persona**: Start with Santa or create a completely new character (make sure to include santa's Replica ID: `r3fbe3834a3e` in your new Persona). Create a new Persona [via API](https://docs.tavus.io/api-reference/personas/create-persona) via API or in the [Tavus Platform](https://platform.tavus.io/personas/create). +- **Create a Persona**: Start with Santa or create a completely new character (make sure to include santa's Replica ID: `r3fbe3834a3e` in your new Persona). Create a new Persona [via API](https://docs.tavus.io/api-reference/personas/create-persona) or in the [Tavus Platform](https://platform.tavus.io/personas/create). - **Customize**: Edit your Persona’s greeting, conversation context, and more. - **Deploy**: Integrate the demo into any React project for a scalable experience.