From f67504397770aa92915a44516f1c93deaa5ecda7 Mon Sep 17 00:00:00 2001 From: Heinrichs <Heinrichs@itc.rwth-aachen.de> Date: Fri, 26 Apr 2024 09:58:23 +0200 Subject: [PATCH] Fix typo --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 961e773..a863802 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ This cronjob interacts with the Coscine Api and the Metadata Extraction API to e ## ⚙️ Configuration The deployment script uses a configuration class `MetadataExtractorCronConfiguration` to manage settings such as: -- `IsEnabled`: Toggles the deployer on or off. +- `IsEnabled`: Toggles the extractor on or off. - `MetadataExtractionUrl`: Specifies the metadata extraction service URL. - `DetectionByteLimit`: Specifies limit the metadata extraction cronjob should adhere to. - `Logger` Configuration: Specifies the logging level and output directory. @@ -41,15 +41,9 @@ To get started with this project, you will need to ensure you have configured an To use the **MetadataExtractorCron**, execute the main program with appropriate command-line arguments to control its operation. -### Running the Deployer - -```sh -dotnet MetadataExtractorCron -``` - ## 👥 Contributing -As an open source plattform and project, we welcome contributions from our community in any form. You can do so by submitting bug reports or feature requests, or by directly contributing to Coscine's source code. To submit your contribution please follow our [Contributing Guideline](https://git.rwth-aachen.de/coscine/docs/public/wiki/-/blob/master/Contributing%20To%20Coscine.md). +As an open source platform and project, we welcome contributions from our community in any form. You can do so by submitting bug reports or feature requests, or by directly contributing to Coscine's source code. To submit your contribution please follow our [Contributing Guideline](https://git.rwth-aachen.de/coscine/docs/public/wiki/-/blob/master/Contributing%20To%20Coscine.md). ## 📄 License -- GitLab