Skip to content

Commit e5b17a4

Browse files
committed
Merge pull request CoderMJLee#112 from f33chobits/master
修复个英文语法错误
2 parents 8fd9df0 + 108f4f1 commit e5b17a4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,15 @@ GitHub:[CoderMJLee](https://github.com/CoderMJLee) | Blog:[mjios(Chinese)]
5050

5151
#### MJExtension is more easy to go【MJExtension更加容易使用】
5252
- `JSONModel`
53-
- You `must` let `all` model class extends `JSONModel` class
53+
- You `must` let `all` model class extend `JSONModel` class
5454
- 要求所有模型类`必须`继承自JSONModel基类
5555

5656
- `Mantle`
57-
- You `must` let `all` model class extends `MTModel` class.
57+
- You `must` let `all` model class extend `MTModel` class.
5858
- 要求所有模型类`必须`继承自MTModel基类
5959

6060
- `MJExtension`
61-
- Your model class `don't need to` extends another base class. You don't need to modify any model file. `Nonintrusive`, `convenient`.
61+
- Your model class `doesn't need to` extend another base class. You don't need to modify any model file. `Nonintrusive`, `convenient`.
6262
- `不需要`你的模型类继承任何特殊基类,也不需要修改任何模型代码,毫无污染,毫无侵入性
6363

6464
## <a id="Installation"></a> Installation【安装】
@@ -561,4 +561,4 @@ NSLog(@"name=%@, publisher=%@, publishedTime=%@", book.name, book.publisher, boo
561561
* 如果在使用过程中遇到BUG,希望你能Issues我,谢谢(或者尝试下载最新的框架代码看看BUG修复没有)
562562
* 如果在使用过程中发现功能不够用,希望你能Issues我,我非常想为这个框架增加更多好用的功能,谢谢
563563
* 如果你想为MJExtension输出代码,请拼命Pull Requests我
564-
* 一起携手打造天朝乃至世界最好用的字典模型框架,做天朝程序员的骄傲
564+
* 一起携手打造天朝乃至世界最好用的字典模型框架,做天朝程序员的骄傲

0 commit comments

Comments
 (0)