Skip to content

Commit

Permalink
Update module readme etc to use new username for package
Browse files Browse the repository at this point in the history
  • Loading branch information
vickianand committed Mar 15, 2022
1 parent 98a63f0 commit a979e5a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Go Rev.ai
[![Go Report Card](https://goreportcard.com/badge/github.com/oriiolabs/revai-go)](https://goreportcard.com/report/github.com/oriiolabs/revai-go)
[![GoDoc](http://img.shields.io/badge/godoc-reference-blue.svg)](http://godoc.org/github.com/oriiolabs/revai-go)
[![Go Report Card](https://goreportcard.com/badge/github.com/descriptinc/revai-go)](https://goreportcard.com/report/github.com/descriptinc/revai-go)
[![GoDoc](http://img.shields.io/badge/godoc-reference-blue.svg)](http://godoc.org/github.com/descriptinc/revai-go)

A [Rev.ai](https://rev.ai) Go client library.

Expand All @@ -9,20 +9,20 @@ A [Rev.ai](https://rev.ai) Go client library.
Install revai-go with:

```sh
go get -u github.com/oriiolabs/revai-go
go get -u github.com/descriptinc/revai-go
```

Then, import it using:

``` go
import (
"github.com/oriiolabs/revai-go"
"github.com/descriptinc/revai-go"
)
```

## Documentation

For details on all the functionality in this library, see the [GoDoc](http://godoc.org/github.com/oriiolabs/revai-go)
For details on all the functionality in this library, see the [GoDoc](http://godoc.org/github.com/descriptinc/revai-go)
documentation.

Below are a few simple examples:
Expand Down
2 changes: 1 addition & 1 deletion examples/streaming/stream.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"os"
"time"

"github.com/oriiolabs/revai-go"
"github.com/descriptinc/revai-go"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/nicolasgere/revai-go
module github.com/descriptinc/revai-go

go 1.14

Expand Down

0 comments on commit a979e5a

Please sign in to comment.