From e483dcda58b142600409b157898e772f98949c06 Mon Sep 17 00:00:00 2001 From: eggplants Date: Mon, 17 Jul 2023 23:16:42 +0900 Subject: [PATCH] fix readme link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ca65e2..7a63329 100644 --- a/README.md +++ b/README.md @@ -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