From f001737441fca1b66d6afee02390493410df67a3 Mon Sep 17 00:00:00 2001 From: shhh7612 <82669765+shhh7612@users.noreply.github.com> Date: Sun, 20 Aug 2023 13:52:37 -0500 Subject: [PATCH] Update README.md (#54) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b3e42f5..171f84b 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ translate.key = process.env.DEEPL_KEY; Then you can finally use it. Putting it all together: ```js -// Omit this line if loading form a CDN +// Omit this line if loading from a CDN import translate from "translate"; translate.engine = "deepl"; // "google", "yandex", "libre", "deepl"