Skip to content

Commit

Permalink
Merge pull request #82 from sanmai/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
gonzalezreal authored Aug 10, 2017
2 parents 3963664 + 4b6d26c commit b72099b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ Add the following to your `Podfile`:

``` ruby
use_frameworks!
pod Groot
pod 'Groot'
```

Or, if you need to support iOS 6 / OS X 10.8:

``` ruby
pod Groot/ObjC
pod 'Groot/ObjC'
```

Then run `$ pod install`.
Expand All @@ -36,7 +36,7 @@ If you don’t have CocoaPods installed or integrated into your project, you can
Add the following to your `Cartfile`:

```
github gonzalezreal/Groot
github "gonzalezreal/Groot"
```

Then run `$ carthage update`.
Expand Down

0 comments on commit b72099b

Please sign in to comment.