From c66f986d410c47cf9a470f5c09e628e05a4cbae6 Mon Sep 17 00:00:00 2001 From: floverfelt Date: Tue, 19 Apr 2022 22:16:44 -0400 Subject: [PATCH] Minor style tweaks to the README. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 25ccd87..a71d9c7 100644 --- a/README.md +++ b/README.md @@ -133,14 +133,14 @@ If you'd like to add the plugin as a part of your build lifecycle, this is a sam This plugin is bound to no lifecycle phase by default. -Since it hooks directly into your POMs execution the pom-visualizer-maven-plugin *is* profile sensitive. -This means that if you execute it with different profiles it *will* produce different output. +Since it hooks directly into your POMs execution the pom-visualizer-maven-plugin **is** profile sensitive. +This means that if you execute it with different profiles it **will** produce different output. Likewise, it will inherit plugin executions from parent poms. The output markdown and associated HTML/JS files are stored in your build's output directory in a folder labeled pom-visualizer-maven-plugin If executed in a multi-module POM, it will produce a visualization for each sub-project. -*WARNING*: This can result in a large number of browser tabs being opened if you don't specify the openAfterExecution flag. +**WARNING**: This can result in a large number of browser tabs being opened if you don't specify the openAfterExecution flag. ## Contribution