From fb193db8853571d218f6d358dc2329f310186dea Mon Sep 17 00:00:00 2001 From: Barry Evans Date: Wed, 3 Jul 2019 12:03:54 +0100 Subject: [PATCH] Correct text bold formatting on license text The bold text formatting is not working as there are is no whitespace line between the `` tag and the line of text describing the license under which this plugins is being released. This commit adds a line of whitespace so that the bold text is formatted correctly, and it also fixes a typo in one of the hyperlinks. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b5d4d2aa..8d517f47 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Getting the plugin The plugin **is available from Maven Central** (see here), so you don't have to configure any additional repositories to use this plugin. A detailed description of using the plugin is available in the [Using the plugin](docs/using-the-plugin.md) section. All you need to do in the basic setup is to include that plugin definition in your `pom.xml`. -For more advanced users we also prepared a [guide to provide a brief overview of the moreadvanced configurations](docs/using-the-plugin.md)... read on! +For more advanced users we also prepared a [guide to provide a brief overview of the more advanced configurations](docs/using-the-plugin.md)... read on! Versions -------- @@ -110,6 +110,7 @@ Notable happy users License ======= GNU LGPL v3 + I'm releasing this plugin under the **GNU Lesser General Public License 3.0**. You're free to use it as you wish, the full license text is attached in the LICENSE file.