Skip to content

Commit

Permalink
feat: enhance deepgram.toml with metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeocodes committed Oct 29, 2023
1 parent a5bee70 commit 77a196f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deepgram.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> (https://developers.deepgram.com)"
useCase = "prerecorded"
language = "javascript"
framework = "node"
useCase = "Prerecorded"
language = "JavaScript"
framework = "Node"

[build]
command = "npm install"
Expand Down

0 comments on commit 77a196f

Please sign in to comment.