diff --git a/README.md b/README.md
index 039e19f..388127c 100644
--- a/README.md
+++ b/README.md
@@ -113,7 +113,6 @@ Status DBImpl::CreateIndexOnField(const std::string& fieldName) {
 std::vector<std::string> DBImpl::QueryByIndex(const std::string& fieldName) {
     std::vector<std::string> results;
 
-    // 假设我们有一个存储索引的数据库 indexDb_
     leveldb::ReadOptions read_options;
     
     // 直接通过 Get 方法查找与 fieldName 相关的索引