Skip to content

Commit

Permalink
Merge pull request #20 from ReadmeCritic/master
Browse files Browse the repository at this point in the history
Correct the spelling of CocoaPods in README
  • Loading branch information
yonekawa committed Feb 19, 2016
2 parents 6506add + ac548eb commit c2ba107
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
Expand Up @@ -2,7 +2,7 @@

[![Travis CI](https://travis-ci.org/yonekawa/SwiftFlux.svg?branch=master)](https://travis-ci.org/yonekawa/SwiftFlux)
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
[![Cocoapods](https://img.shields.io/cocoapods/v/SwiftFlux.svg)](https://cocoapods.org/pods/SwiftFlux)
[![CocoaPods](https://img.shields.io/cocoapods/v/SwiftFlux.svg)](https://cocoapods.org/pods/SwiftFlux)

SwiftFlux is an implementation of [Facebook's Flux architecure](https://facebook.github.io/flux/) for Swift.
It provides concept of "one-way data flow" with **type-safe** modules by Swift language.
Expand All @@ -26,7 +26,7 @@ It provides concept of "one-way data flow" with **type-safe** modules by Swift l
- Run `carthage update`.
- Link your app with `SwiftFlux.framework`, `Result.framework`, in Carthage/Build

#### [Cocoapods](https://cocoapods.org/)
#### [CocoaPods](https://cocoapods.org/)

- Insert `pod "SwiftFlux"` to your Podfile:
- Run `pod install`.
Expand Down

0 comments on commit c2ba107

Please sign in to comment.