Skip to content

Commit

Permalink
updates readme to be more accurate for Local Installation and Example…
Browse files Browse the repository at this point in the history
… Setup
  • Loading branch information
SandraRodgers committed Jun 27, 2023
1 parent c709851 commit 38f4d4b
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 38f4d4b

Please sign in to comment.