fixing typo in go client version

This commit is contained in:
Julien Neuhart
2019-12-10 15:58:21 +01:00
parent 46cf63da37
commit a60d7976f5
2 changed files with 2 additions and 2 deletions

View File

@@ -139,7 +139,7 @@ $ curl --request POST \
### Go
```golang
import "github.com/thecodingmachine/gotenberg-go-client/v6"
import "github.com/thecodingmachine/gotenberg-go-client/v7"
c := &gotenberg.Client{Hostname: "http://localhost:3000"}
doc, _ := gotenberg.NewDocumentFromPath("document.docx", "/path/to/file")