ibireme 9 anni fa
parent
commit
19ef4290a9
1 ha cambiato i file con 5 aggiunte e 5 eliminazioni
  1. 5 5
      README.md

+ 5 - 5
README.md

@@ -2,8 +2,8 @@ YYImage <a href="#中文介绍">中文介绍</a>
 ==============
 ==============
 [![License MIT](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://raw.githubusercontent.com/ibireme/YYImage/master/LICENSE)&nbsp;
 [![License MIT](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://raw.githubusercontent.com/ibireme/YYImage/master/LICENSE)&nbsp;
 [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)&nbsp;
 [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)&nbsp;
-[![Cocoapods](http://img.shields.io/cocoapods/v/YYImage.svg?style=flat)](http://cocoapods.org/?q= YYImage)&nbsp;
-[![Cocoapods](http://img.shields.io/cocoapods/p/YYImage.svg?style=flat)](http://cocoapods.org/?q= YYImage)&nbsp;
+[![CocoaPods](http://img.shields.io/cocoapods/v/YYImage.svg?style=flat)](http://cocoapods.org/?q= YYImage)&nbsp;
+[![CocoaPods](http://img.shields.io/cocoapods/p/YYImage.svg?style=flat)](http://cocoapods.org/?q= YYImage)&nbsp;
 [![Support](https://img.shields.io/badge/support-iOS%206%2B%20-blue.svg?style=flat)](https://www.apple.com/nl/ios/)&nbsp;
 [![Support](https://img.shields.io/badge/support-iOS%206%2B%20-blue.svg?style=flat)](https://www.apple.com/nl/ios/)&nbsp;
 [![Build Status](https://travis-ci.org/ibireme/YYImage.svg?branch=master)](https://travis-ci.org/ibireme/YYImage)
 [![Build Status](https://travis-ci.org/ibireme/YYImage.svg?branch=master)](https://travis-ci.org/ibireme/YYImage)
 
 
@@ -130,7 +130,7 @@ Usage
 Installation
 Installation
 ==============
 ==============
 
 
-### Cocoapods
+### CocoaPods
 
 
 1. Update cocoapods to the latest version.
 1. Update cocoapods to the latest version.
 1. Add `pod "YYImage"` to your Podfile.
 1. Add `pod "YYImage"` to your Podfile.
@@ -310,7 +310,7 @@ YYImage: 功能强大的 iOS 图像框架。<br/>
 安装
 安装
 ==============
 ==============
 
 
-### Cocoapods
+### CocoaPods
 
 
 1. 将 cocoapods 更新至最新版本.
 1. 将 cocoapods 更新至最新版本.
 1. 在 Podfile 中添加 `pod "YYImage"`。
 1. 在 Podfile 中添加 `pod "YYImage"`。
@@ -323,7 +323,7 @@ YYImage: 功能强大的 iOS 图像框架。<br/>
 1. 在 Cartfile 中添加 `github "ibireme/YYImage"`。
 1. 在 Cartfile 中添加 `github "ibireme/YYImage"`。
 2. 执行 `carthage update --platform ios` 并将生成的 framework 添加到你的工程。
 2. 执行 `carthage update --platform ios` 并将生成的 framework 添加到你的工程。
 3. 导入 \<YYImage/YYImage.h\>。
 3. 导入 \<YYImage/YYImage.h\>。
-4. 注意: carthage framework 并没有包含 webp 组件。如果你需要支持 webp,可以用 Cocoapods 安装,或者手动安装。
+4. 注意: carthage framework 并没有包含 webp 组件。如果你需要支持 webp,可以用 CocoaPods 安装,或者手动安装。
 
 
 ### 手动安装
 ### 手动安装