Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
msaps committed Jan 29, 2017
1 parent bb123e8 commit 9be9742
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Listenable.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Pod::Spec.new do |s|
s.version = "0.9.1"
s.summary = "Observable pattern in Swift made easy"
s.description = <<-DESC
Swift object that provides an observable platform to allow multiple listeners.
Swift object that provides an observable platform for multiple listeners.
DESC

s.homepage = "https://github.com/MerrickSapsford/Listenable"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![CocoaPods](https://img.shields.io/cocoapods/v/Listenable.svg)]()
[![codecov](https://codecov.io/gh/MerrickSapsford/Listenable/branch/develop/graph/badge.svg)](https://codecov.io/gh/MerrickSapsford/Listenable)

Swift object that provides an observable platform to allow multiple listeners.
Swift object that provides an observable platform for multiple listeners.

## Installation
Listenable is available through [CocoaPods](http://cocoapods.org). To install it, simply add the following line to your Podfile:
Expand Down

0 comments on commit 9be9742

Please sign in to comment.