From 07ee005613b0d290d571007ff5a72a6fff249b1c Mon Sep 17 00:00:00 2001 From: Pun Butrach Date: Sun, 22 Oct 2023 12:38:49 +0700 Subject: [PATCH] docs: part 8 Co-authored-by: Ushie --- README.md | 8 ++++---- docs/developers/0_preparation.md | 4 ++-- docs/developers/README.md | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index c2d78f69..eebc5998 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ ReVanced Manager is an Android application that uses ReVanced Patcher to add, re We provide the some of the features are: * 📱 **Portable**: ReVanced Patcher that fit in your pocket! * 🤗 **Intuitive UI**: Help you manage your patched applications *intuitively*! -* 🛠️ **Customization**: Patch using 3rd-party sources and integration! +* 🛠️ **Customization**: Patch with third-party sources! * ✨ And a **lot more!** ### 🔽 Download @@ -62,13 +62,13 @@ You can obtain ReVanced Manager by downloading it from either [ReVanced site](ht ## 🌱 Miscellaneous ### 📄 Documentation -Step on how to use the application are available [here](/docs/README.md). +Documentation on how to use the application is available [here](/docs/README.md). ### 👋 Contributing -Thanks for consider contributing to ReVanced Manager, you can find the contribution guidelines [here](/CONTRIBUTING.md). +Thank you for considering contributing to ReVanced Manager, you can find the contribution guidelines [here](/CONTRIBUTING.md). ### 🔴 Issues For suggestions and bug reports, open an issue [here](https://github.com/ReVanced/revanced-manager/issues/choose). ## ⚖️ License -ReVanced Manager adopt the [GNU General Public License 3.0](/LICENSE), [tl;dr](https://www.tldrlegal.com/license/gnu-general-public-license-v3-gpl-3): You may copy, distribute and modify the software as long as you track changes/dates in source files. Any modifications to or software including (via compiler) GPL-licensed code must also be made available under the GPL along with build & install instructions. +ReVanced Manager adopts the [GNU General Public License 3.0](/LICENSE), [tl;dr](https://www.tldrlegal.com/license/gnu-general-public-license-v3-gpl-3): You may copy, distribute and modify the software as long as you track changes/dates in source files. Any modifications to or software including (via compiler) GPL-licensed code must also be made available under the GPL along with build & install instructions. diff --git a/docs/developers/0_preparation.md b/docs/developers/0_preparation.md index 7f041cf4..84544d5d 100644 --- a/docs/developers/0_preparation.md +++ b/docs/developers/0_preparation.md @@ -3,7 +3,7 @@ In order to compile ReVanced Manager, certain requirements must be met. ## 📝 Prerequisites * Kotlin IDE such as [Android Studio](https://developer.android.com/studio) -* Knowledge of [Android](https://android.com) App development, [Kotlin](https://kotlinlang.org/) language. +* Knowledge of [Android](https://android.com) app development, and the [Kotlin](https://kotlinlang.org/) language. * At least JDK 17 of any vendors ## 🏃 Prepare the environment @@ -17,6 +17,6 @@ In order to compile ReVanced Manager, certain requirements must be met. ``` ## ⏭️ What's next -The next page will introduce you to basic overview of ReVanced Manager +The next page will introduce you to the basic overview of ReVanced Manager Continue: [💁 Overview](1_overview.md) diff --git a/docs/developers/README.md b/docs/developers/README.md index 63fe9ef5..260b3a1d 100644 --- a/docs/developers/README.md +++ b/docs/developers/README.md @@ -1,11 +1,11 @@ # 💊 ReVanced Manager -This documentation explains how the [ReVanced Manager](https://github.com/ReVanced/revanced-manager) work. +This documentation explains how [ReVanced Manager](https://github.com/ReVanced/revanced-manager) works. ## 📖 Table of contents 0. [💼 Preparing a development environment](0_preparation.md) 1. [💁 Overview](1_overview.md) ## ⏭️ Start here -The next page will tell you how to prepare a environment for ReVanced Manager. +The next page will tell you how to prepare a development environment for ReVanced Manager. Continue: [💼 Preparing a developer environment](0_preparation.md)