diff --git a/README.md b/README.md
index bb691df3..f6ceac61 100644
--- a/README.md
+++ b/README.md
@@ -11,6 +11,7 @@ This module removes the restriction by replacing this configuration file.
```xml
+
```
以此来实现去除国行 GMS 的限制。
diff --git a/post-fs-data.sh b/post-fs-data.sh
index 1badd443..2ee763b5 100644
--- a/post-fs-data.sh
+++ b/post-fs-data.sh
@@ -21,4 +21,5 @@ fi
mkdir -p $(dirname $target)
cp -f $origin $target
-sed -i '/cn.google.services/d' $target
\ No newline at end of file
+sed -i '/cn.google.services/d' $target
+sed -i '/services_updater/d' $target
\ No newline at end of file