Skip to content

Commit 6b83b3f

Browse files
committed
update-fix: add Maven Central badge to README.md
1 parent 39704df commit 6b83b3f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
![version](https://img.shields.io/badge/version-0.11.2-blue)
44
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
5+
[![Maven Central](https://img.shields.io/maven-central/v/io.github.kinsleykajiva/janus-server-java-sdk.svg?label=Maven%20Central)](https://central.sonatype.com/artifact/io.github.kinsleykajiva/janus-server-java-sdk)
56

67
A Java SDK for interacting with the Janus WebRTC Server. This SDK is designed for Java applications (Desktop & Web-Backend) and provides a high-level API to communicate with the Janus server.
78

@@ -23,8 +24,6 @@ A Java SDK for interacting with the Janus WebRTC Server. This SDK is designed fo
2324
## Installation
2425

2526
To use this SDK in your Maven project, add the following dependency to your `pom.xml`:
26-
27-
[pending maven central, in the mean time use releases -https://github.com/kinsleykajiva/janus-server-java-sdk/releases/tag/latest]
2827
```xml
2928
<dependency>
3029
<groupId>io.github.kinsleykajiva</groupId>

0 commit comments

Comments
 (0)