Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
SandraRodgers committed Jul 18, 2024
1 parent 9d32783 commit b056f58
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@ This repository contains a collection of code samples which show how to make com

These code examples do not use the Deepgram SDKs. If you would like to learn more about using Deepgram's SDKs, visit our [Developer Documentation](https://developers.deepgram.com/docs/deepgram-sdks).

## Current Supported Languages

This is an Open Source project and we welcome contributions from the community. If you don't see your language of choice listed below, feel free to open a PR to add it.

1. [C](./languages/c/)
2. [C++](./languages/cpp/)
3. [C#](./languages/csharp/)
4. [Go](./languages/go/)
5. [Java](./languages/java/)
6. [JavaScript](./languages/javascript/)
7. [PHP](./languages/php/)
8. [Python](./languages/python/)
9. [Ruby](./languages/ruby/)
10. [Rust](./languages/rust/)
11. [Swift](./languages/swift/)

## Getting Started

Read the README.md file in each language folder to learn how to run the files in that folder.
Expand Down

0 comments on commit b056f58

Please sign in to comment.