diff --git a/docs/org_config-reference.md b/docs/org_config-reference.md index e368878f6b..aa2f76b18c 100644 --- a/docs/org_config-reference.md +++ b/docs/org_config-reference.md @@ -40,7 +40,7 @@ https://github.com/SFDO-Tooling/CumulusCI/blob/main/cumulusci/core/config/org_co ## org_config Object Methods - `has_minimum_package_version(package_identifier, version_identifier)`: `true` if the org has a version of the specified package that is equal to or newer than the supplied version identifier. - The package identifier may be either a namespace or a 033 package Id. + The package identifier may be either a namespace or a `033` MetadataPackage ID. The version identifier should be in "1.2.3" or "1.2.3b4" format. `when` expressions can use the `has_minimum_package_version` method to check if a package is installed with a sufficient version.