Skip to content

Commit 9d8af24

Browse files
authored
Update README.md badges
1 parent 47bf397 commit 9d8af24

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# short-uuid
22

3-
[![Maven Central](https://res.cloudinary.com/practicaldev/image/fetch/s--A2crg8Rq--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/maven-central/v/co.nlighten/short-uuid.svg%3Flabel%3DMaven%2520Central%26logo%3Dapachemaven)](https://central.sonatype.com/artifact/co.nlighten/short-uuid)
4-
[![Release](https://res.cloudinary.com/practicaldev/image/fetch/s--OZF8A8Pg--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/github/v/release/nlighten-oss/short-uuid%3Flogo%3DGitHub)](https://github.com/nlighten-oss/short-uuid/releases)
5-
[![License](https://res.cloudinary.com/practicaldev/image/fetch/s--_6Z6Z6Z_--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/github/license/nlighten-oss/short-uuid.svg%3Flogo%3DOpen%20Source%20Initiative)](./LICENSE)
3+
[![Maven Central Version](https://img.shields.io/maven-central/v/co.nlighten/short-uuid)](https://central.sonatype.com/artifact/co.nlighten/short-uuid)
4+
[![javadoc](https://javadoc.io/badge2/co.nlighten/short-uuid/javadoc.svg)](https://javadoc.io/doc/co.nlighten/short-uuid)
5+
[![Build](https://github.com/nlighten-oss/short-uuid/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/nlighten-oss/short-uuid/actions/workflows/ci.yml)
6+
[![GitHub Release](https://img.shields.io/github/v/release/nlighten-oss/short-uuid)](https://github.com/nlighten-oss/short-uuid/releases)
7+
[![License](https://img.shields.io/github/license/nlighten-oss/short-uuid)](./LICENSE)
68

79
Short UUID conversion and generation library for Java.
810
- Can make a UUID shorter in string format (down to 22 characters)
@@ -53,4 +55,4 @@ See tests for more examples.
5355

5456
## License
5557

56-
[Apache License 2.0](./LICENSE)
58+
[Apache License 2.0](./LICENSE)

0 commit comments

Comments
 (0)