Skip to content

Commit a2b381b

Browse files
Add linebreaks in README.md source
1 parent ccd2427 commit a2b381b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@
44
[![Supported Python versions](https://img.shields.io/pypi/pyversions/deepl.svg)](https://pypi.org/project/deepl/)
55
[![License: MIT](https://img.shields.io/badge/license-MIT-blueviolet.svg)](https://github.com/DeepLcom/deepl-python/blob/main/LICENSE)
66

7-
The [DeepL API](https://www.deepl.com/docs-api?utm_source=github&utm_medium=github-python-readme) is a language translation API that allows other computer programs to send texts and documents to DeepL's servers and receive high-quality translations. This opens a whole universe of opportunities for developers: any translation product you can imagine can now be built on top of DeepL's best-in-class translation technology.
7+
The [DeepL API](https://www.deepl.com/docs-api?utm_source=github&utm_medium=github-python-readme) is a language
8+
translation API that allows other computer programs to send texts and documents to DeepL's servers and receive
9+
high-quality translations. This opens a whole universe of opportunities for developers: any translation product you can
10+
imagine can now be built on top of DeepL's best-in-class translation technology.
811

9-
The DeepL Python library offers a convenient way for applications written in Python to interact with the DeepL API. All functions of the DeepL API are supported.
12+
The DeepL Python library offers a convenient way for applications written in Python to interact with the DeepL API. All
13+
functions of the DeepL API are supported.
1014

1115
## Getting an authentication key
1216

0 commit comments

Comments
 (0)