diff --git a/README.md b/README.md index 52dce62..8018edb 100644 --- a/README.md +++ b/README.md @@ -325,10 +325,10 @@ Within the default project structure, there is a `.run` directory provided conta ![Run/Debug configurations][file:run-debug-configurations.png] -| Configuration name | Description | -|--------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------| -| Run Plugin | Runs [`:runIde`][gh:intellij-platform-gradle-plugin-runIde] IntelliJ Platform Gradle Plugin task. Use the *Debug* icon for plugin debugging. | -| Run Tests | Runs [`:test`][gradle:lifecycle-tasks] Gradle task. | +| Configuration name | Description | +|--------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| Run Plugin | Runs [`:runIde`][gh:intellij-platform-gradle-plugin-runIde] IntelliJ Platform Gradle Plugin task. Use the *Debug* icon for plugin debugging. | +| Run Tests | Runs [`:test`][gradle:lifecycle-tasks] Gradle task. | | Run Verifications | Runs [`:verifyPlugin`][gh:intellij-platform-gradle-plugin-verifyPlugin] IntelliJ Platform Gradle Plugin task to check the plugin compatibility against the specified IntelliJ IDEs. | > [!NOTE]