From 43b007e86566afbf63dc818a07b70e46c2a98581 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Sun, 7 May 2023 03:03:43 +0200 Subject: [PATCH] docs: improve `README` structure --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 17a90cb3..4e37581a 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@ -# ReVanced Integrations +# 🔩 ReVanced Integrations + +The official ReVanced Integrations containing classes to be merged by ReVanced Patcher. + +## ❓ How to use debugging: -# How to use debugging: - Usage on Windows: ```adb logcat | findstr "revanced" > log.txt``` - Usage on Linux: ```adb logcat | grep --line-buffered "revanced" > log.txt``` This will write the log to a file called log.txt which you can view then. -