From 29e26931e0dac3d7ddc6524461c352a884a92dee Mon Sep 17 00:00:00 2001 From: Jonas Schell Date: Wed, 12 Apr 2023 09:14:16 +0200 Subject: [PATCH] readme manager initial setup (#1581) * readme manager initial setup This PR makes the README ready to be managed by the readme manager. It adds custom comment tags to the readme, which are invisible when the README is rendered, but tell the readme manager where to insert and update content. * Update README.md * Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1019ad0a3..c535e62d0 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,11 @@ + + # LiveKit: Real-time video, audio and data for developers + [LiveKit](https://livekit.io) is an open source project that provides scalable, multi-user conferencing based on WebRTC. It's designed to provide everything you need to build real-time video/audio/data capabilities in your applications. + LiveKit's server is written in Go, using the awesome [Pion WebRTC](https://github.com/pion/webrtc) implementation. @@ -281,3 +285,5 @@ We welcome your contributions toward improving LiveKit! Please join us ## License LiveKit server is licensed under Apache License v2.0. + +