diff --git a/omnidata/omnidata-server-lib/README.md b/omnidata/omnidata-server-lib/README.md
index 9dae8219493db9f0516aa126d27ea6c3e7518e62..598b16e0a77052e084cfe4e2c11e7ade1e38c748 100644
--- a/omnidata/omnidata-server-lib/README.md
+++ b/omnidata/omnidata-server-lib/README.md
@@ -2,10 +2,10 @@
## Building OmniData Server Lib
-1. Simply run the following command from the project root directory:
-`mvn clean package -Dos.detected.arch="aarch64"`
+1. Simply run the following command from the project root directory:
+
`mvn clean package -Dos.detected.arch="aarch64"`
Then you will find boostkit-omnidata-server-*-aarch64-lib.zip in the "omnidata-server-lib/target/" directory.
## More Information
-For further assistance, send an email to kunpengcompute@huawei.com.
\ No newline at end of file
+For further assistance, send an email to kunpengcompute@huawei.com.
diff --git a/tools/omniruntime-autodeployer/omni.conf b/tools/omniruntime-autodeployer/omni.conf
index 244f6f81aa81df368e3325d8374b7884e65189ba..946e286a610f880bd78fdabbcb99b1bc2358f17c 100644
--- a/tools/omniruntime-autodeployer/omni.conf
+++ b/tools/omniruntime-autodeployer/omni.conf
@@ -28,7 +28,7 @@ StringToDateFormatRule=ALLOW_REDUCED_PRECISION
SupportExprFilterRule=EXPR_FILTER
#在substr运算时,默认为IS_NOT_SUPPORT,表示不支持startIndex=0时从第一个元素开始取,因为默认起始索引从1开始,若起始索引为0,默认返回空字符串,为IS_SUPPORT时,表示支持substr函数在startIndex=0时支持从第一个元素开始取。
ZeroStartIndexSupportRule=IS_SUPPORT
-#表达式是否校验,
+#表达式是否校验
ExpressionVerifyRule=NOT_VERIFY
# spark3.3.1配置为OVERFLOW_AS_ROUND_UP,spark3.1.1配置为OVERFLOW_AS_NULL
StringToDecimalRule=OVERFLOW_AS_ROUND_UP