From e579d047c36cf102bedd74c238e8c888d76b7b4b Mon Sep 17 00:00:00 2001 From: Luke Oliff Date: Sun, 29 Oct 2023 12:43:46 +0000 Subject: [PATCH] chore: rename starter --- README.md | 2 +- deepgram.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 684504d..0428891 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Deepgram Node.js Starter +# Prerecorded Node.js Starter This sample demonstrates interacting with the Deepgram API from Node.js. It uses the Deepgram Node SDK, with a javascript client built from web components. diff --git a/deepgram.toml b/deepgram.toml index b8f9d06..f35ed67 100644 --- a/deepgram.toml +++ b/deepgram.toml @@ -1,5 +1,5 @@ [meta] - title = "Deepgram Node.js Starter" + title = "Prerecorded Node.js Starter" description = "Basic demo for using Deepgram to transcribe files with Node.js" author = "Deepgram DX Team (https://developers.deepgram.com)" useCase = "Prerecorded"