Skip to content

Commit

Permalink
Merge branch 'master' of github.com:franciscop/translate
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscop committed Mar 21, 2024
2 parents cc1ba03 + f001737 commit d50fd8e
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 @@ -46,7 +46,7 @@ translate.key = process.env.DEEPL_KEY;
Then you can 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"
Expand Down

0 comments on commit d50fd8e

Please sign in to comment.