From de19c940ee2d85f016eea121db7ee3eb6155e022 Mon Sep 17 00:00:00 2001
From: yzyhk904 <86816519+yzyhk904@users.noreply.github.com>
Date: Wed, 16 Mar 2022 21:11:50 +0900
Subject: [PATCH] Update README.md
typos
---
README.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 8d99aa3..aab6180 100644
--- a/README.md
+++ b/README.md
@@ -6,10 +6,10 @@ This simple module disables DRC (Dynamic Range Control, i.e., a kind of compress
This module behaves as follows:
- Checks whether this device enables DRC or not. If so, then continues below, else exits.
- - Copies /vendor/etc/\*/audio_policy_configuration\*.xml to $MODDIR/system/vendor/etc
- - Edits $MODDIR/system/vendor/etc/\*/audio_policy_configuration\*.xml to replace
+
- Copies /vendor/etc/*/audio_policy_configuration*.xml to $MODDIR/system/vendor/etc
+ - Edits $MODDIR/system/vendor/etc/*/audio_policy_configuration*.xml to replace
'speaker_drc_enabled="true"' with 'speaker_drc_enabled="false"'.
- - Overlays this modified one on /vendor/etc/\*/audio_policy_configuration\*.xml.
+ - Overlays this modified one on /vendor/etc/*/audio_policy_configuration*.xml.
@@ -25,4 +25,4 @@ This module has been tested on LineageOS and ArrowOS ROM's, and phh GSI's (Andro
# v1.0.0
* Initial Release
-##
\ No newline at end of file
+##