diff --git a/input/README.md b/input/README.md
index 110ce69136a8935b83d070113130222f243e924f..c7e1ac2ae7a7f3aef4ab2484718cd54c6e3ffaec 100644
--- a/input/README.md
+++ b/input/README.md
@@ -1,6 +1,5 @@
 # Projekt CiS-Projekt 2021/22
-
-Input-Package to fetch publication information with a given url.
+Input-Package um Publikationsinformationen mit von einer DOI zu holen.
 
 ## Usage/Examples
 
@@ -23,21 +22,22 @@ if __name__ == "__main__":
     main("https://doi.org/10.1021/acs.chemrev.8b00728")
 ```
 
-The expected results of calling this methode are:
-| Input-Url | Result    |
+Die zu erwartende Ergebnisse beim rufen der Funktion:
+| Input-DOI | Ergebniss |
 |-----------|-----------|
-| supported & correct| A publication Instance |
-| supported & uncorrect| ValueError|
-| not supported | ValueError|
+| Unterstützt & Korrekt| Eine Publikationsinstanz |
+| Unterstützt & Falsch| ValueError|
+| nicht Unterstützt | ValueError|
 
-Supported Url are urls, which comply with the url-pattern of supported Journals.  
+Unterstützte DOIs sind DOIs,welche das DOI-Mustern der unterstützten Journals besitzen. 
 
-### Supported Journals:
+### Unterstützte Journals:
 
-- ACS-Journals
-- (Nature-Journals)
+- ACS-Journale
+- (Springer-Journale)
+- ~~Elsevier~~
 
-## Testing
+## Tests
 
 ``` c
 python -m unittest input/test/<file.py> -v
@@ -47,4 +47,4 @@ python -m unittest discover input/test -v
 ## Authors
 - Florian Jochens
 - Sam Ockenden
-- Julius Schenk
\ No newline at end of file
+- Julius Schenk