From 9b31d786d38b04c0d21af931ddc16d947840857d Mon Sep 17 00:00:00 2001 From: Rain Liu Date: Sat, 25 Sep 2021 22:40:46 -0700 Subject: [PATCH] update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1f0fe8ba7..39b022c31 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,8 @@ ## Overview WebRTC.rs is a pure Rust implementation of WebRTC stack, which rewrites Pion stack in Rust. +This project is still in active and early development stage, please refer to the [Roadmap](https://github.com/webrtc-rs/webrtc/issues/1) to track the major milestones and releases. +[Examples](https://github.com/webrtc-rs/webrtc/tree/master/examples#readme) provide code samples to show how to use webrtc-rs to build media and data channel applications. ## Features