diff --git a/APP_Framework/Applications/app_test/test_hash/README.md b/APP_Framework/Applications/app_test/test_hash/README.md
index 4534c3e78..d0e745377 100644
--- a/APP_Framework/Applications/app_test/test_hash/README.md
+++ b/APP_Framework/Applications/app_test/test_hash/README.md
@@ -230,19 +230,19 @@ PRIV_SHELL_CMD_FUNCTION(TestHash, a hash test sample, PRIV_SHELL_CMD_MAIN_ATTR);
## 4. 运行结果
1. 创建一个新的哈希表,添加三个元素并输出结果
-
+
2. 再次添加三个元素并输出结果
-
+
3. 查找数据结果输出,删除指定数据后输出结果
-
+
4. 修改指定数据后输出结果
-
+
5. 添加更多数据触发扩容操作后输出结果
-
-
+
+
6. 扩容后进行查询操作,然后输出结果
-
-
+
+
7. 清空哈希表后输出结果
-
-
+
+