Skip to content
This repository was archived by the owner on Aug 4, 2024. It is now read-only.

Commit 942f33f

Browse files
authored
Merge pull request #9 from qiuncheng/master
Update README.md.
2 parents ee314d8 + 5dcbf40 commit 942f33f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
##### [中文说明](README.zh.md) / [简书介绍](http://www.jianshu.com/p/fc07f027680c)
1616
<!--<iframe frameborder="no" border="0" marginwidth="0" marginheight="0" width=330 height=86 src="http://music.163.com/outchain/player?type=2&id=29947420&auto=1&height=66"></iframe>-->
1717

18-
## screenshots
18+
## Screenshots
1919

2020
<img src="gif/1.gif" width="25%">
2121
<img src="gif/2.gif" width="25%">
@@ -35,7 +35,7 @@ You will need the latest developer tools in order to build `JHUD`. Old Xcode ver
3535

3636
CocoaPods is the recommended way to add JHUD to your project.
3737

38-
Add a pod entry for JHUD to your Podfile.
38+
First, add a pod entry for JHUD to your Podfile.
3939

4040
```
4141
pod 'JHUD'
@@ -45,7 +45,7 @@ Second, install JHUD into your project:
4545
```
4646
pod install
4747
```
48-
Include JHUD wherever you need it with `#import "JHUD.h"`.
48+
Third, include JHUD wherever you need it with `#import "JHUD.h"`.
4949

5050
## Manually
5151

@@ -87,4 +87,4 @@ For more examples, including how to use JHUD , take a look at the bundled demo p
8787

8888
## License
8989

90-
JHUD is released under the [MIT license](LICENSE). See LICENSE for details.
90+
JHUD is released under the [MIT license](LICENSE). See LICENSE for details.

0 commit comments

Comments
 (0)