Skip to content

Commit

Permalink
docs: add online service section
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Jun 1, 2022
1 parent 7b9bf9a commit 2596839
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@

An unofficial Node package to translate text using [DeepL](https://www.deepl.com).

## Online Service

<https://deeplx.vercel.app/translate>

## Installation

```sh
Expand Down Expand Up @@ -147,7 +151,7 @@ This will translate a Chinese (`ZH`) text into Dutch (`NL`):
```js
import { translate } from 'deeplx'

translate('你好', 'NL', 'ZH')
translate('你好', 'NL')
```

```log
Expand Down

0 comments on commit 2596839

Please sign in to comment.