Skip to content

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nofelmahmood committed Jul 3, 2015
1 parent 82cbeab commit e1c3ae5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -124,10 +124,10 @@ See the sample iOS demo app. Run it on two devices and start adding, removing an
## Installation
`CocoaPods` is the recommended way of adding CKSIncrementalStore to your project.

You want to to add pod `'CKSIncrementalStore', '~> 0.5'` similar to the following to your Podfile:
You want to to add pod `'CKSIncrementalStore', '~> 0.5.1'` similar to the following to your Podfile:
```
target 'MyApp' do
pod 'CKSIncrementalStore', '~> 0.5'
pod 'CKSIncrementalStore', '~> 0.5.1'
end
```

Expand Down

0 comments on commit e1c3ae5

Please sign in to comment.