Skip to content

Commit

Permalink
chore: update README
Browse files Browse the repository at this point in the history
update README
  • Loading branch information
LichKing-2234 authored Apr 26, 2023
2 parents be17194 + 59ee6b0 commit fc3a90e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

<!-- [![npm-version](https://img.shields.io/npm/v/agora-rtc-react.svg)](https://www.npmjs.com/package/agora-rtc-react)
[![Coverage Status](https://img.shields.io/coveralls/github/netless-io/agora-rtc-react/main)](https://coveralls.io/github/netless-io/agora-rtc-react?branch=main)
[![Coverage Status](https://img.shields.io/coveralls/github/agoraio-extensions/agora-rtc-react/main)](https://coveralls.io/github/agoraio-extensions/agora-rtc-react?branch=main)
[![minified-size](https://img.shields.io/bundlephobia/minzip/agora-rtc-react)](https://bundlephobia.com/package/agora-rtc-react) -->

[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?maxAge=2592000)](http://commitizen.github.io/cz-cli/)
Expand Down
2 changes: 1 addition & 1 deletion examples/mobx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- Custom user name and avatar.
- Create tracks on demand.

<https://netless-io.github.io/agora-rtc-react/mobx/>
<https://agoraio-extensions.github.io/agora-rtc-react/mobx/>

## Develop

Expand Down
2 changes: 1 addition & 1 deletion examples/multi-channel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<https://netless-io.github.io/agora-rtc-react/multi-channel/>
<https://agoraio-extensions.github.io/agora-rtc-react/multi-channel/>

## Develop

Expand Down
2 changes: 1 addition & 1 deletion examples/overview/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

- Simple example without external state management.

<https://netless-io.github.io/agora-rtc-react/overview/>
<https://agoraio-extensions.github.io/agora-rtc-react/overview/>

## Develop

Expand Down

0 comments on commit fc3a90e

Please sign in to comment.