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
+##