diff --git a/README.md b/README.md
index 48083d79e91f63e80a3fa148f309fb37472644fb..c7d6915515a9b700c1fcf58c58331426019e27d1 100644
--- a/README.md
+++ b/README.md
@@ -9,6 +9,9 @@ Please refer to this project's [wiki page for information about the SFB 1280 met
 ## About this project
 To save researchers noticeable routine work in creating metadata in the medium term, the SFB 1280 INF project developed the SFB 1280 Metadata App. The MetaDataApp is a Java application that allows researchers to easily store metadata as local json files along with research data using an inheritance strategy.  It allows the input of SFB 1280 metadata, as well as the mandatory DublinCore and DataCite metadata that have no mapping to SFB 1280 metadata.
 
+![](/images/ScreenshotMetaDataApp.png)*Screenshot MetaDataApp*
+
+
 The MetaDataApp will store the entries in a json file format that allows further use in a database (see related project: [SFB 1280 DatabaseApp](https://gitlab.ruhr-uni-bochum.de/sfb1280/databaseapp)) and other repositories. Json is a well-established data-interchange format that can be transformed easily in any pipeline regardless of programming language use. The [SFB 1280 DatabaseApp](https://gitlab.ruhr-uni-bochum.de/sfb1280/databaseapp) is a additional developed Java application that makes the thus created metadata searable and search results esily retrievable.