docs: fix some mistakes

This commit is contained in:
oSumAtrIX 2023-08-10 02:06:13 +02:00 committed by GitHub
parent 5e73e6d2de
commit 4c9d414228
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
# 💼 Prerequisites
To use ReVanced CLI, you will need to fulfill certain requirements.
To use ReVanced CLI, you will need to fulfil specific requirements.
## 🤝 Requirements
- Java SDK 11 (Azul JDK or OpenJDK)
- Java SDK 11 (Azul Zulu JDK or OpenJDK)
- [Android Debug Bridge (adb)](https://developer.android.com/studio/command-line/adb) if you want to deploy the patched APK file on your device
- An ABI other than ARMv7 such as x86 or x86-64 (or a custom AAPT binary that supports ARMv7)
- ReVanced Patches
@ -12,6 +12,6 @@ To use ReVanced CLI, you will need to fulfill certain requirements.
## ⏭️ Whats next
The next section will show you how to use ReVanced CLI
The following section will show you how to use ReVanced CLI.
Continue: [🛠️ Using ReVanced CLI](1_usage.md)