From d1ca7d73bb8b0835678ae93b06176ace67e44121 Mon Sep 17 00:00:00 2001 From: milo157 <43028253+milo157@users.noreply.github.com> Date: Mon, 28 Oct 2024 13:30:17 -0400 Subject: [PATCH] Update v4/examples/twilio-voice-agent.mdx Co-authored-by: Jonathan Irwin --- v4/examples/twilio-voice-agent.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v4/examples/twilio-voice-agent.mdx b/v4/examples/twilio-voice-agent.mdx index 50b40b3d..a9f38316 100644 --- a/v4/examples/twilio-voice-agent.mdx +++ b/v4/examples/twilio-voice-agent.mdx @@ -16,7 +16,7 @@ If you don’t have a Cerebrium account, you can create one by signing up [here] In your IDE, run the following command to create our Cerebrium starter project: `cerebrium init twilio-agent`. This creates two files: -- **Main.py** - Our entrypoint file where our code lives +- **main.py** - Our entrypoint file where our code lives - **cerebrium.toml** - A configuration file that contains all our build and environment settings ‍ Add the following pip packages near the bottom of your cerebrium.toml. This will be used in creating our deployment environment.