From bba6689c0aee3e54dea1951e7c0d056a7a2e46bb Mon Sep 17 00:00:00 2001 From: Marlene Pacharra <marlene.pacharra@ruhr-uni-bochum.de> Date: Tue, 6 Jun 2023 14:14:53 +0200 Subject: [PATCH] correct typos --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41b0cf8..606ad22 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ To save researchers noticeable routine work in creating metadata in the medium t  -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 an additional developed Java application that makes the thus created metadata searable and search results esily retrievable. +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 an additional developed Java application that makes the thus created metadata searchable and search results easily retrievable. ## Structure of the project -- GitLab