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. -