Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eggplants authored Nov 30, 2024
1 parent 1eca141 commit 4c4633a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ pip install deepl-cli

## Usage

## CLI
### CLI

```bash
deepl -F en -T ja -s <<<'This tool is useful for me.'
Expand Down Expand Up @@ -74,7 +74,7 @@ valid languages of `-T` / `--to`:
{'cs', 'fr', 'ru', 'hu', 'zh', 'da', 'nl', 'en-gb', 'es', 'lv', 'nb', 'de', 'ko', 'it', 'pt', 'zh-hans', 'pl', 'et', 'pt-br', 'ar', 'el', 'en', 'id', 'sv', 'ro', 'ja', 'uk', 'bg', 'en-us', 'sk', 'zh-hant', 'pt-pt', 'fi', 'tr', 'sl', 'lt'}
```

## Package
### Package

```python
from deepl import DeepLCLI
Expand Down

0 comments on commit 4c4633a

Please sign in to comment.