From 4c9d414228f95d39eef0355eb0eb950a040fa08d Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Thu, 10 Aug 2023 02:06:13 +0200 Subject: [PATCH] docs: fix some mistakes --- docs/0_prerequisites.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/0_prerequisites.md b/docs/0_prerequisites.md index 9f7bbef..d8654d8 100644 --- a/docs/0_prerequisites.md +++ b/docs/0_prerequisites.md @@ -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)