Skip to content

Commit fb193db

Browse files
committed
Correct text bold formatting on license text
The bold text formatting is not working as there are is no whitespace line between the `<img>` 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.
1 parent 9fffa4f commit fb193db

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Getting the plugin
2828
The plugin **is available from Maven Central** (<a href="http://search.maven.org/#search%7Cga%7C1%7Cpl.project13">see here</a>), so you don't have to configure any additional repositories to use this plugin.
2929

3030
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`.
31-
For more advanced users we also prepared a [guide to provide a brief overview of the moreadvanced configurations](docs/using-the-plugin.md)<a>... read on!
31+
For more advanced users we also prepared a [guide to provide a brief overview of the more advanced configurations](docs/using-the-plugin.md)<a>... read on!
3232

3333
Versions
3434
--------
@@ -110,6 +110,7 @@ Notable happy users
110110
License
111111
=======
112112
<img style="float:right; padding:3px; " src="https://github.com/git-commit-id/maven-git-commit-id-plugin/raw/master/lgplv3-147x51.png" alt="GNU LGPL v3"/>
113+
113114
I'm releasing this plugin under the **GNU Lesser General Public License 3.0**.
114115

115116
You're free to use it as you wish, the full license text is attached in the LICENSE file.

0 commit comments

Comments
 (0)