diff --git a/README.md b/README.md index 87c16e1..cf1e22f 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ print(data.keys()) *Big thanks to Nico Duldhardt and Friedrich Schöne, who [supported this implementation with their machine learning model](https://av.tib.eu/media/52366).* ### Handelsregister -Fetch general company information about any Company in the Handelsregister. +Fetch general company information about any company in the Handelsregister. ```python from deutschland import Handelsregister @@ -50,4 +50,4 @@ hr = Handelsregister() # search by keywords, see documentation for all available params hr.search(keywords="Deutsche Bahn Aktiengesellschaft") print(hr) -``` \ No newline at end of file +```