Skip to content

Commit

Permalink
fix readme link
Browse files Browse the repository at this point in the history
  • Loading branch information
eggplants committed Jul 17, 2023
1 parent 1995ccf commit e483dcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ deepl = DeepLCLI("en", "ja")
deepl.translate("hello") #=> "こんにちわ"
```

If you use with asyncio, Use `DeepLCLI.translate_async`. See [examples/async.py].
If you use with asyncio, Use `DeepLCLI.translate_async`. See [examples/async.py](https://github.com/eggplants/deepl-cli/blob/master/examples/async.py).

## License

Expand Down

0 comments on commit e483dcd

Please sign in to comment.