docs: update name of example patch (#218)

This commit is contained in:
bitingsock 2023-04-29 17:55:27 -07:00 committed by GitHub
parent 26967959e2
commit 90368405ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,15 +56,15 @@ Learn how to use the ReVanced CLI.
-d device-name \ -d device-name \
-o patched-output.apk \ -o patched-output.apk \
-b revanced-patches.jar \ -b revanced-patches.jar \
-e microg-support \ -e vanced-microg-support \
--mount --mount
``` ```
> **Note**: > **Note**:
> >
> - If you want to exclude patches, you can use the option `-e`. In the case of YouTube, you can exclude > - 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 the `vanced-microg-support` patch from [ReVanced Patches](https://github.com/revanced/revanced-patches) with the
option `-e microg-support` when mounting for example. option `-e vanced-microg-support` when mounting for example.
> >
> - Some patches from [ReVanced Patches](https://github.com/revanced/revanced-patches) also might require > - 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`. [ReVanced Integrations](https://github.com/revanced/revanced-integrations). Supply them with the option `-m`.