Skip to content

Commit

Permalink
Merge pull request #47 from SandraRodgers/update-readme
Browse files Browse the repository at this point in the history
updates readme to be more accurate for Local Installation and Example…
  • Loading branch information
SandraRodgers authored Jun 28, 2023
2 parents 4aed36c + 38f4d4b commit b5386e9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ git clone https://github.com/deepgram-devs/deepgram-go-sdk/
```
cd deepgram-go-sdk
go get .
cd deepgram
go get
```

- Add the API key in the `examples/liveTranscription_example.go` file:
Expand All @@ -56,7 +58,6 @@ dg := *deepgram.NewClient("YOUR_API_KEY")
go run examples/liveTranscription_example.go
```


## Getting Help

We love to hear from you so if you have questions, comments or find a bug in the
Expand Down

0 comments on commit b5386e9

Please sign in to comment.