diff --git a/README.md b/README.md index 99c0428..96eead3 100644 --- a/README.md +++ b/README.md @@ -91,15 +91,15 @@ These are the currently available *Pedantic POM Enforcers*. The ID in parenthese |:---------------------------------------------------------------------------------------------|:-------------------------------|:-----------------------------------------------------------------------------------------------------------------------| | [CompoundPedanticEnforcer](CompoundPedanticEnforcer) | n/a | Used to aggregate several pedantic enforcer rules. | | [PedanticPomSectionOrderEnforcer](PedanticPomSectionOrderEnforcer) | POM_SECTION_ORDER | This enforcer makes sure that the sections in your POM files are in a defined order. | -| [PedanticModuleOrderEnforcer](PedanticModuleOrderEnforcer) | MODULE_ORDER | This enforcer makes sure that your `modules` section is sorted alphabetically. | +| [PedanticModuleOrderEnforcer](PedanticModuleOrderEnforcer) | MODULE_ORDER | This enforcer makes sure that your `` section is sorted alphabetically. | | [PedanticDependencyManagementOrderEnforcer](PedanticDependencyManagementOrderEnforcer) | DEPENDENCY_MANAGEMENT_ORDER | This enforcer makes sure that all artifacts in your dependency management are ordered. | | [PedanticDependencyManagementLocationEnforcer](PedanticDependencyManagementLocationEnforcer) | DEPENDENCY_MANAGEMENT_LOCATION | Enforces that only a well-defined set of POMs may declare dependency management. | | [PedanticDependencyOrderEnforcer](PedanticDependencyOrderEnforcer) | DEPENDENCY_ORDER | This enforcer makes sure that all artifacts in your dependencies section are ordered. | | [PedanticDependencyConfigurationEnforcer](PedanticDependencyConfigurationEnforcer) | DEPENDENCY_CONFIGURATION | This enforcer makes sure that dependency versions and exclusions are declared in the `` section. | -| [PedanticDependencyElementEnforcer](PedanticDependencyElementEnforcer) | DEPENDENCY_ELEMENT | This enforcer makes sure that elements in the and sections are ordered. | +| [PedanticDependencyElementEnforcer](PedanticDependencyElementEnforcer) | DEPENDENCY_ELEMENT | This enforcer makes sure that elements in the `` and `` sections are ordered. | | [PedanticDependencyScopeEnforcer](PedanticDependencyScopeEnforcer) | DEPENDENCY_SCOPE | Enforces that the configured dependencies have to be defined within a specific scope. | | [PedanticPluginManagementOrderEnforcer](PedanticPluginManagementOrderEnforcer) | PLUGIN_MANAGEMENT_ORDER | This enforcer makes sure that all plugins in your plugin management section are ordered. | | [PedanticPluginConfigurationEnforcer](PedanticPluginConfigurationEnforcer) | PLUGIN_CONFIGURATION | Enforces that plugin versions, configurations and dependencies are defined in the `` section. | -| [PedanticPluginElementEnforcer](PedanticPluginElementEnforcer) | PLUGIN_ELEMENT | This enforcer makes sure that elements in the and sections are ordered. | +| [PedanticPluginElementEnforcer](PedanticPluginElementEnforcer) | PLUGIN_ELEMENT | This enforcer makes sure that elements in the `` and `` sections are ordered. | | [PedanticPluginManagementLocationEnforcer](PedanticPluginManagementLocationEnforcer) | PLUGIN_MANAGEMENT_LOCATION | Enforces that only a well-defined set of POMs may declare plugin management. |