diff --git a/.env.example b/.env.example
index 793f1eb..adef50c 100644
--- a/.env.example
+++ b/.env.example
@@ -3,7 +3,7 @@ EXTRA_FILES=https://github.com/inotia00/VancedMicroG/releases/latest@VancedMicro
PATCH_APPS=youtube,youtube_revancify_red,youtube_revancify_blue,youtube_mmt,youtube_music,reddit
GLOBAL_CLI_DL=https://github.com/revanced/revanced-cli
GLOBAL_PATCHES_DL=https://github.com/revanced/revanced-patches
-GLOBAL_PATCHES_JSON_DL=https://github.com/revanced/revanced-patches
+GLOBAL_PATCHES_JSON_DL=https://api.revanced.app/v4/patches/list
#Example
EXISTING_DOWNLOADED_APKS=twitter
diff --git a/README.md b/README.md
index f8a3534..bf449e3 100644
--- a/README.md
+++ b/README.md
@@ -291,7 +291,7 @@ You can use any of the following methods to build.
```dotenv
GLOBAL_CLI_DL=https://github.com/revanced/revanced-cli
GLOBAL_PATCHES_DL=https://github.com/revanced/revanced-patches
- GLOBAL_PATCHES_JSON_DL=https://github.com/revanced/revanced-patches
+ GLOBAL_PATCHES_JSON_DL=https://api.revanced.app/v4/patches/list
```
Resources downloaded from envs and will be used for patching for any **APP_NAME**.
Unless provided different resource for the individual app.