Skip to content

Commit cecbb4d

Browse files
committed
docs: update README with logo
1 parent 1db55dd commit cecbb4d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
[![Build Status](https://img.shields.io/github/actions/workflow/status/devopvoid/webrtc-java/build.yml?label=Build&logo=github)](https://github.com/devopvoid/webrtc-java/actions)
22
[![Maven Central](https://img.shields.io/maven-central/v/dev.onvoid.webrtc/webrtc-java?label=Maven%20Central&logo=apache-maven)](https://search.maven.org/artifact/dev.onvoid.webrtc/webrtc-java)
33

4-
# webrtc-java
4+
<p align="center">
5+
<img alt="webrtc-java" width="100px" src="https://jrtc.dev/assets/images/logo.png" />
6+
<h2 align="center">Connecting the Java world through WebRTC</h2>
7+
</p>
58

69
webrtc-java is a Java wrapper for the [WebRTC Native API](https://webrtc.github.io/webrtc-org/native-code/native-apis), providing similar functionality to the [W3C JavaScript API](https://w3c.github.io/webrtc-pc). It allows Java developers to build real-time communication applications for desktop platforms without having to work directly with native code.
710

0 commit comments

Comments
 (0)