diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2cfd25faaae9351061c9fcba7e0beedfa2c9d418..93110a947762390c59573e33e4a16e4c2619245d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,8 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ### Removed
 
-- Removed Travis CI 'bin/' directory, along with all associated Travis CI configuration files and scripts.
+- Removed Travis CI `bin/` directory, along with all associated Travis CI configuration files and scripts.
 - Removed the functionality that retrieved the current commit hash of the checked out Git repository for the extension. The commit hash was previously inserted into a custom API resource to provide external developers repository information.
+- Removed `ckanext.odsh.home` configuration variable.
 
 ### Changed
 
@@ -20,7 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ### Added
 
-- Custom robots.txt file.
+- Custom `robots.txt` file.
 
 ### Changed
 
diff --git a/README.md b/README.md
index 7e33b1bbc3874b3d46b5952611e9154a83ed6d6f..07635471c3fc38392d6ed07f7f283ca0b4e21790 100644
--- a/README.md
+++ b/README.md
@@ -89,7 +89,6 @@ The extension requires configuration parameters in the CKAN configuration file (
 
 Parameter | Type | Default | Description
 --------- | ---- | ------- | -----------
-`ckanext.odsh.home` | `string` | `/usr/lib/ckan/default/src/ckanext-odsh` | Absolute path to base directory.
 `ckanext.odsh.public_url` | `string` | - | The public URL, e.g., `https://opendata.schleswig-holstein.de`.
 `ckanext.odsh.showtestbanner` | `boolean` | `True` | Switches on the banner "test system". Must be `false` for production server.
 `ckanext.odsh.language_mapping` | `string` | `/usr/lib/ckan/default/src/ckanext-odsh/ckanext/odsh/resources/language_mapping.json` | Absolute path to language mapping file.