Skip to content

Commit b28a46e

Browse files
committed
README
1 parent e80eaf1 commit b28a46e

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

README.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1-
![How it works](how.png)
2-
3-
# webrtc-socket-proxy
4-
5-
![stability-experimental](https://img.shields.io/badge/stability-experimental-orange.svg)
6-
![travis-ci](https://travis-ci.org/poga/webrtc-socket-proxy.svg?branch=master)
7-
8-
Peer-to-peer TCP socket proxy using WebRTC, with [centrifugo](https://centrifugal.github.io/centrifugo/) as the signal server.
1+
<h1 align="center">
2+
<img src="./how.png">
3+
webrtc-socket-proxy
4+
</h1>
5+
<h4 align="center">Peer-to-peer TCP socket proxy using WebRTC, with [centrifugo](https://centrifugal.github.io/centrifugo/) as the signal server.</h4>
6+
7+
<p align="center">
8+
<img src="https://img.shields.io/badge/stability-experimental-orange.svg">
9+
<img src="https://travis-ci.org/poga/webrtc-socket-proxy.svg?branch=master">
10+
<a href="LICENSE"><img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License: MIT"></a>
11+
</p>
12+
<br />
913

1014
## Setup
1115

0 commit comments

Comments
 (0)