Skip to content

Commit a979e5a

Browse files
committed
Update module readme etc to use new username for package
1 parent 98a63f0 commit a979e5a

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Go Rev.ai
2-
[![Go Report Card](https://goreportcard.com/badge/github.com/oriiolabs/revai-go)](https://goreportcard.com/report/github.com/oriiolabs/revai-go)
3-
[![GoDoc](http://img.shields.io/badge/godoc-reference-blue.svg)](http://godoc.org/github.com/oriiolabs/revai-go)
2+
[![Go Report Card](https://goreportcard.com/badge/github.com/descriptinc/revai-go)](https://goreportcard.com/report/github.com/descriptinc/revai-go)
3+
[![GoDoc](http://img.shields.io/badge/godoc-reference-blue.svg)](http://godoc.org/github.com/descriptinc/revai-go)
44

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

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

1111
```sh
12-
go get -u github.com/oriiolabs/revai-go
12+
go get -u github.com/descriptinc/revai-go
1313
```
1414

1515
Then, import it using:
1616

1717
``` go
1818
import (
19-
"github.com/oriiolabs/revai-go"
19+
"github.com/descriptinc/revai-go"
2020
)
2121
```
2222

2323
## Documentation
2424

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

2828
Below are a few simple examples:

examples/streaming/stream.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"os"
1010
"time"
1111

12-
"github.com/oriiolabs/revai-go"
12+
"github.com/descriptinc/revai-go"
1313
)
1414

1515
func main() {

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/nicolasgere/revai-go
1+
module github.com/descriptinc/revai-go
22

33
go 1.14
44

0 commit comments

Comments
 (0)