@@ -35,7 +35,7 @@ ReVanced CLI is divided into the following fundamental commands:
35
35
```
36
36
37
37
> [ !NOTE]
38
- > A default ` options.json ` file will be automatically created, if it does not exist
38
+ > A default ` options.json ` file will be automatically created if it does not exist
39
39
without any need for intervention when using the ` patch ` command.
40
40
41
41
- ### 💉 Patch an app
@@ -80,7 +80,7 @@ without any need for intervention when using the `patch` command.
80
80
- #### 👾 Patch an app and mount it on top of the un-patched app with root permissions
81
81
82
82
> [!IMPORTANT]
83
- > Ensure sure the same app you are patching and mounting over is installed on your device:
83
+ > Ensure that the same app you are patching and mounting over is installed on your device:
84
84
>
85
85
> ```bash
86
86
> adb install app.apk
@@ -91,14 +91,14 @@ without any need for intervention when using the `patch` command.
91
91
> patches by their index in relation to supplied patch bundles,
92
92
> similarly to the option `--include` and `--exclude`.
93
93
>
94
- > This is useful in case two patches have the same name, and you need to include or exclude one of them .
95
- > The index of a patch is calculated by the position of the patch in the list of patches
94
+ > This is useful in case two patches have the same name, and you must include or exclude one.
95
+ > The patch index is calculated by the position of the patch in the list of patches
96
96
> from patch bundles supplied using the option `--patch-bundle`.
97
97
>
98
98
> You can list all patches with their indices using the command `list-patches`.
99
99
>
100
- > Keep in mind, that the indices can change based on the order of the patch bundles supplied,
101
- > as well if the patch bundles are updated, because patches can be added or removed.
100
+ > Keep in mind that the indices can change based on the order of the patch bundles supplied,
101
+ > as well if the patch bundles are updated because patches can be added or removed.
102
102
103
103
```bash
104
104
java -jar revanced-cli.jar patch \
@@ -133,4 +133,4 @@ by adding the option `--unmount`.
133
133
134
134
> [!NOTE]
135
135
> You can mount an APK file
136
- > by supplying the package name of the app to mount the supplied APK file to over the option `--mount`.
136
+ > by supplying the package name of the app to mount the supplied APK file over the option `--mount`.
0 commit comments