diff --git a/README.md b/README.md
index 961e773546e1d84724d36bf828e3e9becf47681f..a8638022f4cf8740141b997aa7adb2ffee18ef9e 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