Skip to content

Commit c6c2b45

Browse files
authored
Enhance README with badge links and Javadocs info
Updated README to include new badge links and improve documentation references.
1 parent e5b9fcc commit c6c2b45

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,14 @@
1010
A command line argument parser for Java 17 with <br>
1111
ease of use and high customization possibilities in mind.
1212
</strong>
13+
<br><br>
14+
15+
[![Maven Central Version](https://img.shields.io/maven-central/v/io.github.darvil82/lanat)](https://central.sonatype.com/artifact/io.github.darvil82/lanat)
16+
[![APIdia](https://apidia.net/mvn/io.github.darvil82/lanat/badge.svg)](https://apidia.net/mvn/io.github.darvil82/lanat)
17+
1318
</div>
1419

15-
<br><br>
20+
<br>
1621

1722
## Example
1823
- First, we define our Command by creating a *Command Template*.
@@ -64,7 +69,8 @@ Check out the [website](https://darvil82.github.io/lanat-web/) for more informat
6469
[Click here](https://darvil82.github.io/lanat-docs/getting-lanat.html) to get started with Lanat, and to check out the
6570
full documentation of the latest stable version.
6671

67-
Javadocs for the latest stable version is available [here](https://darvil82.github.io/lanat/).
72+
Javadocs for the latest stable version are available online hosted on [APIdia](https://apidia.net/mvn/io.github.darvil82/lanat)
73+
and on [GitHub pages](https://darvil82.github.io/lanat).
6874

6975

7076
## Installation

0 commit comments

Comments
 (0)