diff --git a/JHudViewDemo.xcodeproj/project.xcworkspace/xcuserdata/jinxiansen.xcuserdatad/UserInterfaceState.xcuserstate b/JHudViewDemo.xcodeproj/project.xcworkspace/xcuserdata/jinxiansen.xcuserdatad/UserInterfaceState.xcuserstate
index 67584a9..fd0ad4a 100644
Binary files a/JHudViewDemo.xcodeproj/project.xcworkspace/xcuserdata/jinxiansen.xcuserdatad/UserInterfaceState.xcuserstate and b/JHudViewDemo.xcodeproj/project.xcworkspace/xcuserdata/jinxiansen.xcuserdatad/UserInterfaceState.xcuserstate differ
diff --git a/JHudViewDemo/DetailViewController.m b/JHudViewDemo/DetailViewController.m
index dc40b0c..61d95cf 100644
--- a/JHudViewDemo/DetailViewController.m
+++ b/JHudViewDemo/DetailViewController.m
@@ -198,3 +198,16 @@ - (void)prepareForSegue:(UIStoryboardSegue *)segue sender:(id)sender {
*/
@end
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/README.md b/README.md
index 9245e90..bb5ba5b 100644
--- a/README.md
+++ b/README.md
@@ -8,14 +8,13 @@
[](http://weibo.com/3205872327)
[](https://github.com/jinxiansen/JHUD/stargazers)
-####`JHUD` is a full screen of the HUD when loading the data (Objective-C) .
+#### `JHUD` is a full screen of the HUD when loading the data (Objective-C) .
####  **Chinese (Simplified)**:
-####[中文说明](README.zh.md)
-######[简书介绍](http://www.jianshu.com/p/fc07f027680c)
+##### [中文说明](README.zh.md) / [简书介绍](http://www.jianshu.com/p/fc07f027680c)
-##screenshots
+## screenshots
@@ -31,7 +30,7 @@
You will need the latest developer tools in order to build `JHUD`. Old Xcode versions might work, but compatibility will not be explicitly maintained.
-##CocoaPods
+## CocoaPods
CocoaPods is the recommended way to add JHUD to your project.
@@ -80,10 +79,10 @@ For more examples, including how to use JHUD , take a look at the bundled demo p
## Contacts 
-####If you wish to contact me, email at: hi@jinxiansen.com
+#### If you wish to contact me, email at: hi@jinxiansen.com
-#####Sina : [@晋先森](http://weibo.com/3205872327)
-#####Twitter : [@jinxiansen](https://twitter.com/jinxiansen)
+##### Sina : [@晋先森](http://weibo.com/3205872327)
+##### Twitter : [@jinxiansen](https://twitter.com/jinxiansen)
## License
diff --git a/README.zh.md b/README.zh.md
index b8ad44b..355d155 100755
--- a/README.zh.md
+++ b/README.zh.md
@@ -1,11 +1,11 @@
-##中文说明
-####`JHUD` 是一个用于加载数据时全屏显示的HUD,使用Objective-C编写.
+## 中文说明
+#### `JHUD` 是一个用于加载数据时全屏显示的HUD,使用Objective-C编写.
-##须知
+## 须知
`JHUD` 基于 "Xcode 7.3 , iOS 6+ 和ARC ,请使用最新正式版来编译JHUD,旧版本的Xcode可能有效,但不保证会出现一些兼容性问题。
-##CocoaPods
+## CocoaPods
推荐使用 CocoaPods 安装。
@@ -14,12 +14,12 @@
3. 导入 `"JHUD.h"`。
-##手动安装
+## 手动安装
1. 通过 Clone or download 下载 JHUD 文件夹内的所有内容。
2. 将 JHUD 内的源文件添加(拖放)到你的工程。
3. 导入 `JHUD.h` 。
-##使用
+## 使用
```
hudView = [[JHUD alloc]initWithFrame:self.view.bounds];
@@ -44,6 +44,6 @@ hudView.messageLabel.text = @"hello ,this is a circle animation";
更多的使用用例可以看Demo工程演示以及头文件(JHUD.h)。
-##许可
+## 许可
JHUD 使用 MIT 许可证,详情可见 [LICENSE](LICENSE) 文件。
\ No newline at end of file