Skip to content

Commit

Permalink
docs: fix incorrect title
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX authored Aug 23, 2023
1 parent 7ec9040 commit 1fd3b83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/1_usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Learn how to ReVanced CLI.
adb shell su -c exit
```

2. Get your device serial
2. Get your device's serial
```bash
adb devices
Expand Down Expand Up @@ -54,7 +54,7 @@ Learn how to ReVanced CLI.
```
> **Note**: A default `options.json` file will be automatically generated, if it does not exist
without any need of intervention when using the `patch` command.
without any need for intervention when using the `patch` command.
- ### 💉 Use ReVanced CLI to patch an APK file but install without root permissions
Expand Down Expand Up @@ -89,7 +89,7 @@ Learn how to ReVanced CLI.
Supply them with the option `-m`. If any patches accepted by ReVanced Patcher require ReVanced Integrations,
they will be merged into the APK file automatically.
- ### 🗑️ Uninstall a patched
- ### 🗑️ Uninstall a patched APK file
```bash
java -jar revanced-cli.jar uninstall \
--package-name <package-name> \
Expand Down

0 comments on commit 1fd3b83

Please sign in to comment.