We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04480e0 commit 775972eCopy full SHA for 775972e
README.md
@@ -1,7 +1,7 @@
1
-<center>
2
-<h1>pons.py</h1>
3
-<h3>An API wrapper for the PONS dictionary</h3>
4
-</center>
+<div align="center">
+ <h1>pons.py</h1>
+ An API wrapper for the PONS dictionary written in Python
+</div>
5
6
## Installation
7
```sh
@@ -27,4 +27,4 @@ entries[0].translations # returns a list of translatio
27
28
## References
29
- [PONS API Reference](https://en.pons.com/p/online-dictionary/developers/api)
30
-- [API Documentation](https://en.pons.com/p/files/uploads/pons/api/api-documentation.pdf)
+- [API Documentation](https://en.pons.com/p/files/uploads/pons/api/api-documentation.pdf)
0 commit comments