diff --git a/README.md b/README.md index d6743cc..513fc7a 100644 --- a/README.md +++ b/README.md @@ -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'