From 90368405ad3e172b2cbb9d4f23e7fa1114e1fac9 Mon Sep 17 00:00:00 2001 From: bitingsock Date: Sat, 29 Apr 2023 17:55:27 -0700 Subject: [PATCH] docs: update name of example patch (#218) --- docs/1_usage.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/1_usage.md b/docs/1_usage.md index 0786928..9b22378 100644 --- a/docs/1_usage.md +++ b/docs/1_usage.md @@ -56,15 +56,15 @@ Learn how to use the ReVanced CLI. -d device-name \ -o patched-output.apk \ -b revanced-patches.jar \ - -e microg-support \ + -e vanced-microg-support \ --mount ``` > **Note**: > > - If you want to exclude patches, you can use the option `-e`. In the case of YouTube, you can exclude - the `microg-support` patch from [ReVanced Patches](https://github.com/revanced/revanced-patches) with the - option `-e microg-support` when mounting for example. + the `vanced-microg-support` patch from [ReVanced Patches](https://github.com/revanced/revanced-patches) with the + option `-e vanced-microg-support` when mounting for example. > > - Some patches from [ReVanced Patches](https://github.com/revanced/revanced-patches) also might require [ReVanced Integrations](https://github.com/revanced/revanced-integrations). Supply them with the option `-m`.