WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 32c59a5

Browse files
authored
Update README.md
1 parent ab372e4 commit 32c59a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ deepL windows Client download Url: https://appdownload.deepl.com/windows/0inst
88

99
Example:
1010
```go
11-
import "github.com/tiny-lib/deepl"
11+
import "github.com/lib-x/deepl"
1212
translateResp, err := Translate("", "zh", "I love Go programming language")
1313
if err != nil {
1414
t.Fatal(err)
1515
}
1616
log.Println(translateResp.Result.Texts[0].Text)
1717
```
18+
also you an set proxy to use the deepl lib.see in the test

0 commit comments

Comments
 (0)