docs: Format markdown code

This commit is contained in:
oSumAtrIX 2024-02-23 03:03:51 +01:00
parent a4e8d2df0d
commit f2368ccf27
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4
2 changed files with 16 additions and 17 deletions

View File

@ -64,9 +64,9 @@ This document describes how to contribute to ReVanced CLI.
## 📖 Resources to help you get started ## 📖 Resources to help you get started
* The [documentation](/docs) explains how to use ReVanced CLI - The [documentation](/docs) explains how to use ReVanced CLI
* [Our backlog](https://github.com/orgs/ReVanced/projects/12) is where we keep track of what we're working on - [Our backlog](https://github.com/orgs/ReVanced/projects/12) is where we keep track of what we're working on
* [Issues](https://github.com/ReVanced/revanced-cli/issues) are where we keep track of bugs and feature requests - [Issues](https://github.com/ReVanced/revanced-cli/issues) are where we keep track of bugs and feature requests
## 🙏 Submitting a feature request ## 🙏 Submitting a feature request

View File

@ -36,7 +36,7 @@ ReVanced CLI is divided into the following fundamental commands:
> ** Note** > ** Note**
> A default `options.json` file will be automatically created if it does not exist > A default `options.json` file will be automatically created if it does not exist
without any need for intervention when using the `patch` command. > without any need for intervention when using the `patch` command.
- ### 💉 Patch an app - ### 💉 Patch an app
@ -55,7 +55,6 @@ ReVanced CLI is divided into the following fundamental commands:
> ```bash > ```bash
> adb shell su -c exit > adb shell su -c exit
> ``` > ```
>
> **⚠️ Warning** > **⚠️ Warning**
> Some patches may require integrations > Some patches may require integrations
@ -115,7 +114,7 @@ ReVanced CLI is divided into the following fundamental commands:
> **💡 Tip** > **💡 Tip**
> You can unmount an APK file > You can unmount an APK file
by adding the option `--unmount`. > by adding the option `--unmount`.
- ### 📦 Install an app - ### 📦 Install an app