Skip to content

Commit

Permalink
Merge pull request gavinbunney#33 from ReadmeCritic/develop
Browse files Browse the repository at this point in the history
Correct the spelling of CocoaPods in README
  • Loading branch information
Gavin Bunney authored Nov 26, 2016
2 parents 4ed2ffa + c571fd2 commit 813c2eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
![Toucan: Fabulous Image Processing in Swift](https://raw.githubusercontent.com/gavinbunney/Toucan/master/assets/toucan.png)

[![Build Status](https://travis-ci.org/gavinbunney/Toucan.svg)](https://travis-ci.org/gavinbunney/Toucan)
[![Cocoapods](https://img.shields.io/cocoapods/v/Toucan.svg?style=flat)](https://cocoapods.org/pods/Toucan)
[![CocoaPods](https://img.shields.io/cocoapods/v/Toucan.svg?style=flat)](https://cocoapods.org/pods/Toucan)
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)

Toucan is a Swift library that provides a clean, quick API for processing images. It greatly simplifies the production of images, supporting resizing, cropping and stylizing your images.
Expand Down Expand Up @@ -31,7 +31,7 @@ Toucan is a Swift library that provides a clean, quick API for processing images

## Setup ##

* Install using Cocoapods: [https://cocoapods.org/pods/Toucan](https://cocoapods.org/pods/Toucan)
* Install using CocoaPods: [https://cocoapods.org/pods/Toucan](https://cocoapods.org/pods/Toucan)
* or manually include the `Toucan` framework by dragging it into your project and import the library in your code using `import Toucan`

## Toucan Usage ##
Expand Down

0 comments on commit 813c2eb

Please sign in to comment.