diff --git a/README.md b/README.md index 6261bba0..83a8b5f9 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # agora-rtc-react -[![Build Status](https://github.com/netless-io/agora-rtc-react/actions/workflows/build.yml/badge.svg)](https://github.com/netless-io/agora-rtc-react/actions/workflows/build.yml) +[![Build Status](https://github.com/agoraio-extensions/agora-rtc-react/actions/workflows/build.yml/badge.svg)](https://github.com/agoraio-extensions/agora-rtc-react/actions/workflows/build.yml) [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?maxAge=2592000)](http://commitizen.github.io/cz-cli/) diff --git a/examples/mobx/README.md b/examples/mobx/README.md index e06bfa15..63fbd198 100644 --- a/examples/mobx/README.md +++ b/examples/mobx/README.md @@ -4,7 +4,7 @@ - Custom user name and avatar. - Create tracks on demand. - + ## Develop diff --git a/examples/multi-channel/README.md b/examples/multi-channel/README.md index a72c395f..a0a20b00 100644 --- a/examples/multi-channel/README.md +++ b/examples/multi-channel/README.md @@ -5,7 +5,7 @@ Demonstrates how to use Agora RTC React SDK to build a multi-channel application - Zustand for state management. - Each channel is handled by a client. With `AgoraRTCProvider` the rest of the Components consume the client in a dependency injection manner, without caring which client is provided. - + ## Develop diff --git a/examples/overview/README.md b/examples/overview/README.md index f140b55b..a5eaef3b 100644 --- a/examples/overview/README.md +++ b/examples/overview/README.md @@ -2,7 +2,7 @@ - Simple example without external state management. - + ## Develop