Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
paololeonardi committed Oct 31, 2019
1 parent ec81a74 commit 51cb2c8
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 @@ -41,13 +41,13 @@ Once you have your Swift package set up, adding WaterfallGrid as a dependency is

```swift
dependencies: [
.package(url: "https://github.com/paololeonardi/WaterfallGrid.git", from: "0.2.0")
.package(url: "https://github.com/paololeonardi/WaterfallGrid.git", from: "0.2.0")
]
```

### CocoaPods

You can install `WaterfallGrid ` via CocoaPods by adding the following line to your `Podfile`:
You can install `WaterfallGrid` via CocoaPods by adding the following line to your `Podfile`:

```ruby
pod 'WaterfallGrid', '~> 0.2.0'
Expand Down

0 comments on commit 51cb2c8

Please sign in to comment.