Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Flawion committed Dec 5, 2019
1 parent c5fc714 commit 389d453
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 @@ -36,7 +36,7 @@ KOControls doesn't contains any external dependencies. If you want to stay updat

Add below entry to the target in Podfile
```
pod 'KOControls', '~> 1.2.2'
pod 'KOControls', '~> 1.2.3'
```

For example
Expand All @@ -47,7 +47,7 @@ platform :ios, '10.0'
use_frameworks!
target 'Target Name' do
pod 'KOControls', '~> 1.2.2'
pod 'KOControls', '~> 1.2.3'
end
```
Install the pods by running
Expand Down

0 comments on commit 389d453

Please sign in to comment.