diff --git a/README.md b/README.md
index f02bba0fd0bd64e504ec89b0ccfdc622e0c17276..330ab15567a138e92885185c63115c277659f086 100644
--- a/README.md
+++ b/README.md
@@ -57,9 +57,6 @@ the config file is located at `/etc/ckan/default/production.ini`).
       ckan_harvester
       dcat
       dcatde
-      dcat_json_harvester
-      dcat_json_interface
-      dcat_rdf_harvester
       dcatde_rdf_harvester
       harvest
       image_view
@@ -98,7 +95,7 @@ Parameter | Type | Default | Description
 `ckanext.odsh.require_spatial_uri` | `boolean` | `False` | Indicates whether a spatial URI is required for the dataset.
 `ckanext.odsh.is_optional_temporal_start` | `boolean` | `False` | Indicate whether the `temporal_start` property is considered optional or not during validation.
 `ckanext.odsh.download_proxy` | `string` | `None` | Use proxy server to access the web, e.g., `http://1.2.3.4:4123`.
-`copy_remote_resources` | `boolean` | `False` | Indicates whether remote resources should be copied when creating a resource.
+`ckanext.odsh.copy_remote_resources` | `boolean` | `False` | Indicates whether remote resources should be copied when creating a resource.
 `ckanext.odsh.lenient_with` | `string` | Empty string | Comma seperated list of organization IDs for which certain validations should be more lenient, e.g., `09871195-cd0a-4767-9396-276404c940d9,6389d8d9-4eed-472f-9220-4cc2dd82fb90`.
 `ckanext.odsh.testuser` | `string` | `None` | Name of user for testing.
 `ckanext.odsh.testuserpass` | `string` | `None` | Password of user for testing.