From c3055dc9f6d5a4daac7ee09956e0e9243d1f4354 Mon Sep 17 00:00:00 2001 From: Luke Oliff Date: Sat, 1 Jun 2024 17:25:06 +0100 Subject: [PATCH] Update deepgram.toml --- deepgram.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deepgram.toml b/deepgram.toml index b6043ec..961d4f8 100644 --- a/deepgram.toml +++ b/deepgram.toml @@ -1,10 +1,10 @@ [meta] - title = "Text to speech with Next.js" + title = "Text-to-speech Next.js Starter" description = "Basic text to speech demo using Deepgram and Next.js" author = "Deepgram DX Team (https://developers.deepgram.com)" useCase = "TTS" language = "JavaScript" - framework = "Next.js" + framework = "Next" [build] command = "npm install"