diff --git a/README.md b/README.md
index 9cdc07d..6c76342 100755
--- a/README.md
+++ b/README.md
@@ -3,15 +3,15 @@ CLProgressHUD
CLProgressHUD is a colorful progress loading view for your iPhone or iPad APP.It works on any iOS version and is compatible with ARC projects.
-###ScreenShots
+### ScreenShots
-###Usage
-####Example
+### Usage
+#### Example
```
CLProgressHUD *hud = [[CLProgressHUD alloc] initWithView:self.view];
[self.view addSubview:hud];
@@ -20,13 +20,13 @@ hud.shape = CLProgressHUDShapeLinear;
hud.type = CLProgressHUDTypeDarkForground;
[hud showWithAnimation:NO duration:5];
```
-####Method
+#### Method
```
- (void)showWithAnimation:(BOOL)animated;
- (void)showWithAnimation:(BOOL)animated duration:(NSTimeInterval)duration;
- (void)dismissWithAnimation:(BOOL)animated;
```
-####You Can Set up
+#### You Can Set up
* text
* CLProgressHUDType
* CLProgressHUDShape