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)