Skip to content
This repository was archived by the owner on Aug 23, 2022. It is now read-only.

Commit b615822

Browse files
committed
update README.md
1 parent dadf759 commit b615822

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,21 @@
1-
# rtcp
1+
<h1 align="center">
2+
<a href="https://webrtc.rs"><img src="https://github.com/webrtc-rs/webrtc/doc/webrtc.rs.png" alt="WebRTC.rs"></a>
3+
<br>
4+
</h1>
5+
<p align="center">
6+
<a href="https://github.com/webrtc-rs/rtcp/actions">
7+
<img src="https://github.com/webrtc-rs/rtcp/workflows/Cargo/badge.svg">
8+
</a>
9+
<a href="https://codecov.io/gh/webrtc-rs/rtcp">
10+
<img src="https://codecov.io/gh/webrtc-rs/rtcp/branch/main/graph/badge.svg">
11+
</a>
12+
<a href="https://deps.rs/repo/github/webrtc-rs/rtcp">
13+
<img src="https://deps.rs/repo/github/webrtc-rs/rtcp/status.svg">
14+
</a>
15+
<a href="https://github.com/webrtc-rs/rtcp/blob/master/LICENSE">
16+
<img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License: MIT">
17+
</a>
18+
</p>
19+
<p align="center">
20+
A pure Rust implementation of RTCP. Rewrite Pion RTCP (<a href="http://Pion.ly">http://Pion.ly</a>) in Rust
21+
</p>

0 commit comments

Comments
 (0)