diff --git a/README.md b/README.md index 7649679..8637fb5 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ WHERE 1=1 ``` ## MyBatis Rules -There are 6 built-in mybatis rules, which select, update and delete statement has two rules. +There are 7 built-in mybatis rules, which select statement has three rules, update and delete statement has two rules. ![mybatis-rules](images/mybatis-rules.png) diff --git a/README.zh.md b/README.zh.md index 253bf35..ed194d8 100644 --- a/README.zh.md +++ b/README.zh.md @@ -24,7 +24,7 @@ WHERE 1=1 ``` ## MyBatis 规则 -有6个内置的规则,select、update 以及 delete 语句分别有2个规则。 +有7个内置的规则,select语句有3个规则,update 以及 delete 语句分别有2个规则。 ![mybatis-rules](images/mybatis-rules.png)