Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
updated urls for demo and build badge
  • Loading branch information
digitallysavvy authored Nov 7, 2024
1 parent 9ad11f3 commit c9db212
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ Vanilla javascript implmentation of the Agora Video SDK for Web v4.2
A walk-through of the project setup and code: [Guide.md](Guide.md)

## Demo
![Group Video Demo](https://github.com/digitallysavvy/group-video-chat/actions/workflows/deploy-to-pages.yaml/badge.svg)
![Group Video Demo](https://github.com/agoraio-community/group-video-chat/actions/workflows/deploy-to-pages.yaml/badge.svg)

Test the build: [https://digitallysavvy.github.io/group-video-chat/](https://digitallysavvy.github.io/group-video-chat/)
Test the build: [https://agoraio-community.github.io/group-video-chat/](https://agoraio-community.github.io/group-video-chat/)

## Setup

Expand Down Expand Up @@ -41,4 +41,4 @@ To enable GitHub Pages build via GitHub Actions:
7. Click github-pages from the Environments list
8. Click Add variable under the Environment variable section
9. Set the name `VITE_AGORA_APP_ID` and your Agora AppId as the value.
10. Update the `vit.config.js` file to update the url if you change the project name
10. Update the `vit.config.js` file to update the url if you change the project name

0 comments on commit c9db212

Please sign in to comment.