Skip to content

Commit

Permalink
doc(readme): correct version
Browse files Browse the repository at this point in the history
  • Loading branch information
benjohnde committed Apr 5, 2020
1 parent 122c03e commit a5df4d1
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 @@ -13,7 +13,7 @@ We started small, it perfectly fits our use case.
DIKit can be installed using [Carthage](https://github.com/Carthage/Carthage). After installing Carthage just add DIKit to your Cartfile:

```ogdl
github "Liftric/DIKit" ~> 1.4
github "Liftric/DIKit" ~> 1.5
```

### Via CocoaPods
Expand All @@ -22,7 +22,7 @@ github "Liftric/DIKit" ~> 1.4

```ruby
platform :ios, '9.0'
pod 'DIKit', '~> 1.4'
pod 'DIKit', '~> 1.5'
```

## Basic usage
Expand Down

0 comments on commit a5df4d1

Please sign in to comment.