Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
benjohnde committed Oct 16, 2018
1 parent e36a9bb commit 0832e42
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 @@ -87,7 +87,7 @@ We highly recommend Carthage as module manager.
ZXingObjC can be installed using [Carthage](https://github.com/Carthage/Carthage). After installing Carthage just add ZXingObjC to your Cartfile:

```ogdl
github "TheLevelUp/ZXingObjC" ~> 3.5
github "TheLevelUp/ZXingObjC" ~> 3.6
```

#### CocoaPods
Expand All @@ -96,7 +96,7 @@ github "TheLevelUp/ZXingObjC" ~> 3.5

```ruby
platform :ios, '8.0'
pod 'ZXingObjC', '~> 3.5.0'
pod 'ZXingObjC', '~> 3.6.0'
```

## Examples
Expand Down

0 comments on commit 0832e42

Please sign in to comment.