docs(readme): minor fix to displaying url

When you hover on Commit & Activity badges, `revanced` will appear in url display, but on License badge, `ReVanced` will display

This commit fix that by changing the organisation to what we're supposed to be using which is {org_name}/{repo_name} (ReVanced/...)
This commit is contained in:
Pun 2023-07-24 16:24:21 +07:00 committed by GitHub
parent 732737d4a9
commit e0eedf59db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
# ReVanced Manager (Compose Rewrite)
[![GitHub license](https://img.shields.io/github/license/revanced/revanced-manager-compose)](/LICENSE)
[![GitHub last commit](https://img.shields.io/github/last-commit/revanced/revanced-manager-compose)](https://github.com/revanced/revanced-manager-compose/commits)
[![GitHub commit activity](https://img.shields.io/github/commit-activity/w/revanced/revanced-manager-compose)](https://github.com/revanced/revanced-manager-compose/commits)
[![GitHub last commit](https://img.shields.io/github/last-commit/revanced/revanced-manager-compose)](https://github.com/ReVanced/revanced-manager-compose/commits)
[![GitHub commit activity](https://img.shields.io/github/commit-activity/w/revanced/revanced-manager-compose)](https://github.com/ReVanced/revanced-manager-compose/commits)
_(Yet another)_ rewrite of the ReVanced Manager using Kotlin and Jetpack Compose.