From 86f687aca05d320cd5a634d3e2ce55fd065c97f9 Mon Sep 17 00:00:00 2001 From: David Esner Date: Thu, 21 Aug 2025 11:24:37 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 841b51b..6b5f298 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ ci = CommonInterface() # A ValueError error is raised if the config.json file does not exists in the data dir. # Checks for required parameters and throws ValueError if any is missing. -ci.validate_configuration(REQUIRED_PARAMETERS) +ci.validate_configuration_parameters(REQUIRED_PARAMETERS) # print KBC Project ID from the environment variable if present: logging.info(ci.environment_variables.project_id)