diff --git a/deepgram.toml b/deepgram.toml index 2b01c9f..b8f9d06 100644 --- a/deepgram.toml +++ b/deepgram.toml @@ -1,10 +1,10 @@ [meta] title = "Deepgram Node.js Starter" - description = "Basic demo for using Deepgram with Node.js" + description = "Basic demo for using Deepgram to transcribe files with Node.js" author = "Deepgram DX Team (https://developers.deepgram.com)" - useCase = "prerecorded" - language = "javascript" - framework = "node" + useCase = "Prerecorded" + language = "JavaScript" + framework = "Node" [build] command = "npm install"