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
This commit is contained in:
Jonas Schell
2023-04-12 09:14:16 +02:00
committed by GitHub
parent 6abe3b1aee
commit 29e26931e0
+6
View File
@@ -1,7 +1,11 @@
<!--BEGIN_BANNER_IMAGE--><!--END_BANNER_IMAGE-->
# LiveKit: Real-time video, audio and data for developers
<!--BEGIN_DESCRIPTION-->
[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.
<!--END_DESCRIPTION-->
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.
<!--BEGIN_REPO_NAV--><!--END_REPO_NAV-->