From 56749b3212007c97712c465e275bc36bcb32ccf2 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Wed, 26 Feb 2025 14:54:45 +0100 Subject: [PATCH] update Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25880b8..05a4b7c 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ This module is also designed to work with External Node Classifiers (ENC), for i ## Parameter Inheritance -All parameters are listed in params.pp and inherited from there. Variable parameters are in the upper section and also documented in the top. These can be overridden by the ENC. Parameters in the bottom section (curly brackets) are not overridable and usually used for keeping the code in the classes more readable. +All parameters are listed in `params.pp` and inherited from there. Variable parameters are in the upper section and also documented in the top. These can be overridden by the ENC. Parameters in the bottom section (curly brackets) are not overridable and usually used for keeping the code in the classes more readable. ## Module Deployment