Skip to content

Commit

Permalink
a pod version in readme is updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem Stepanenko committed Jan 31, 2017
1 parent 319db7a commit 7df4c85
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 @@ -230,11 +230,11 @@ You might have noticed a few cats here and there. There's a reason.

### CocoaPods

Add pod `'Dekoter', '~> 0.1'` similar to the following to your Podfile:
Add `pod 'Dekoter'` similar to the following to your Podfile:

```ruby
target 'MyApp' do
pod 'Dekoter', '~> 0.1'
pod 'Dekoter'
end
```

Expand Down

0 comments on commit 7df4c85

Please sign in to comment.