Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct the spelling of CocoaPods in README #69

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![Twitter: @kevinh6113](http://img.shields.io/badge/contact-%40kevinh6113-70a1fb.svg?style=flat)](https://twitter.com/kevinh6113)
[![License: MIT](http://img.shields.io/badge/license-MIT-70a1fb.svg?style=flat)](https://github.com/kevin-hirsch/KVNProgress/blob/master/README.md)
[![Version](http://img.shields.io/badge/version-2.2.2-green.svg?style=flat)](https://github.com/kevin-hirsch/KVNProgress)
[![Cocoapods](http://img.shields.io/badge/Cocoapods-available-green.svg?style=flat)](http://cocoadocs.org/docsets/KVNProgress/)
[![CocoaPods](http://img.shields.io/badge/CocoaPods-available-green.svg?style=flat)](http://cocoadocs.org/docsets/KVNProgress/)

KVNProgress is a fully customizable progress HUD that can be full screen or not.
***
Expand All @@ -16,7 +16,7 @@ KVNProgress is a fully customizable progress HUD that can be full screen or not.
* [Advantages](#advantages)
* [Demo](#demo)
* [Installation](#installation)
* [Cocoapods](#cocoapods)
* [CocoaPods](#cocoapods)
* [Source files](#source-files)
* [Usage](#usage)
* [Basics](#basics)
Expand Down Expand Up @@ -80,7 +80,7 @@ If you want to try it yourself, just download/checkout this repository and launc

## Installation

### Cocoapods
### CocoaPods

[CocoaPods](http://www.cocoapods.org) recommended to use KVNProgress.

Expand Down