diff --git a/README.md b/README.md index 5e51d7d..ac9195e 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -# Deepgram [Language] Demos +# Deepgram [Language] Starters -Please check out the demos contained in this repository, for examples of how to build Deepgram into your [Language] applications. +Please check out the starters contained in this repository, for examples of how to build Deepgram into your [Language] applications. -- [Web App](./Demo-01/README.md) -- [Websockets](./Demo-01/README.md) -- [Command-line](./Demo-01/README.md) +- [Web App](./Starter-01/README.md) +- [Websockets](./Starter-01/README.md) +- [Command-line](./Starter-01/README.md) ## What is Deepgram? @@ -22,7 +22,7 @@ Deepgram is an AI speech platform which specializes in (NLU) Natural Language Un ## Create a Free Deepgram Account -Before you start, it's essential to generate a Deepgram API key to use in our demo applications. [Sign-up now for Deepgram](https://console.deepgram.com/signup). +Before you start, it's essential to generate a Deepgram API key to use in our starter applications. [Sign-up now for Deepgram](https://console.deepgram.com/signup). ## Issue Reporting diff --git a/Demo-01/.env b/Starter-01/.env similarity index 100% rename from Demo-01/.env rename to Starter-01/.env diff --git a/Demo-01/.env-sample b/Starter-01/.env-sample similarity index 100% rename from Demo-01/.env-sample rename to Starter-01/.env-sample diff --git a/Demo-01/.stackblitzrc b/Starter-01/.stackblitzrc similarity index 100% rename from Demo-01/.stackblitzrc rename to Starter-01/.stackblitzrc diff --git a/Demo-01/README.md b/Starter-01/README.md similarity index 83% rename from Demo-01/README.md rename to Starter-01/README.md index f142b45..1215068 100644 --- a/Demo-01/README.md +++ b/Starter-01/README.md @@ -1,11 +1,11 @@ -# Deepgram [Language] [Type] Demo +# Deepgram [Language] [Type] Starter @@ -23,7 +23,7 @@ Before you start, it's essential to generate a Deepgram API key to use in this p ### Manual -Follow these steps to get started with this demo. +Follow these steps to get started with this starter application. @@ -39,7 +39,7 @@ Having installed the [Deepgram CLI](https://github.com/deepgram-devs/deepgram-cl ### Glitch Remix -Click this button to launch this demo on Glitch. +Click this button to launch this starter application on Glitch. @@ -47,7 +47,7 @@ Click this button to launch this demo on Glitch. ### StackBlitz -Click this button to launch this demo on StackBlitz. +Click this button to launch this starter application on StackBlitz. @@ -55,7 +55,7 @@ Click this button to launch this demo on StackBlitz. ### Heroku -Click this button to launch this demo on Heroku. +Click this button to launch this starter application on Heroku. @@ -63,7 +63,7 @@ Click this button to launch this demo on Heroku. ### Netlify -Click this button to launch this demo on Netlify. +Click this button to launch this starter application on Netlify. @@ -72,5 +72,5 @@ Click this button to launch this demo on Netlify. ## Related Content - [Any Deepgram content or docs] -- [related to this demo app] +- [related to this starter application] - [In a nice long list] \ No newline at end of file diff --git a/Demo-01/app.json b/Starter-01/app.json similarity index 100% rename from Demo-01/app.json rename to Starter-01/app.json diff --git a/Demo-01/deepgram.toml b/Starter-01/deepgram.toml similarity index 100% rename from Demo-01/deepgram.toml rename to Starter-01/deepgram.toml diff --git a/Demo-01/netlify.toml b/Starter-01/netlify.toml similarity index 100% rename from Demo-01/netlify.toml rename to Starter-01/netlify.toml