Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
starwalkn authored Nov 5, 2024
1 parent 64edfad commit b0452fb
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
To get the latest version of the client:

```zsh
$ go get github.com/dcaraxes/gotenberg-go-client/v8@latest
$ go get github.com/runatal/gotenberg-go-client/v8@latest
```

## Preparing a documents
Expand All @@ -30,8 +30,8 @@ import (
"net/http"
"os"

"github.com/dcaraxes/gotenberg-go-client/v8"
"github.com/dcaraxes/gotenberg-go-client/v8/document"
"github.com/runatal/gotenberg-go-client/v8"
"github.com/runatal/gotenberg-go-client/v8/document"
)

func main() {
Expand Down Expand Up @@ -65,8 +65,8 @@ import (
"context"
"net/http"

"github.com/dcaraxes/gotenberg-go-client/v8"
"github.com/dcaraxes/gotenberg-go-client/v8/document"
"github.com/runatal/gotenberg-go-client/v8"
"github.com/runatal/gotenberg-go-client/v8/document"
)

func main() {
Expand Down Expand Up @@ -121,8 +121,8 @@ import (
"encoding/json"
"net/http"

"github.com/dcaraxes/gotenberg-go-client/v8"
"github.com/dcaraxes/gotenberg-go-client/v8/document"
"github.com/runatal/gotenberg-go-client/v8"
"github.com/runatal/gotenberg-go-client/v8/document"
)

func main() {
Expand Down Expand Up @@ -160,8 +160,8 @@ import (
"encoding/json"
"net/http"

"github.com/dcaraxes/gotenberg-go-client/v8"
"github.com/dcaraxes/gotenberg-go-client/v8/document"
"github.com/runatal/gotenberg-go-client/v8"
"github.com/runatal/gotenberg-go-client/v8/document"
)

func main() {
Expand Down Expand Up @@ -198,8 +198,8 @@ import (
"context"
"net/http"

"github.com/dcaraxes/gotenberg-go-client/v8"
"github.com/dcaraxes/gotenberg-go-client/v8/document"
"github.com/runatal/gotenberg-go-client/v8"
"github.com/runatal/gotenberg-go-client/v8/document"
)

func main() {
Expand Down

0 comments on commit b0452fb

Please sign in to comment.