From b79be069f2f0881b6cb85589a6b5e5a0cfe211f1 Mon Sep 17 00:00:00 2001 From: Lilith Wittmann Date: Thu, 12 Aug 2021 16:58:15 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +```