From 496784c8e1075de5f46dae162c263b3f197917bf Mon Sep 17 00:00:00 2001 From: CloudWebRTC Date: Tue, 29 Oct 2024 13:36:38 +0800 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 05ec98e..3b50245 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,7 @@ Use this SDK to add realtime video, audio and data features to your Flutter app. ## Introduction -LiveKit component state management is based on [provider](https://pub.dev/packages/provider), you can create video conferencing, live streaming, or AI Agents apps with minimal lines of code. - -Please refer to the [flowchart](./flowchart.md) for the widgets topology structure. +LiveKit component state management is based on [provider](https://pub.dev/packages/provider), please refer to the [flowchart](./flowchart.md) for the widgets rendering tree. ## Installation