Skip to content

Commit 1911cac

Browse files
Update README.md
1 parent 5f1f42a commit 1911cac

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,23 @@ The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in
5151
I was tired of looking for constraints issues and realizing what was really the issue, so I created this mini tool for printing nicer constraints
5252

5353
## Installation
54-
ConstraintsMonitor is available through [CocoaPods](https://cocoapods.org). To install
55-
it, simply add the following line to your Podfile:
54+
55+
* [CocoaPods](https://guides.cocoapods.org/using/using-cocoapods.html):
5656

5757
```ruby
5858
pod 'ConstraintsMonitor'
5959
```
6060

61+
* [Swift Package Manager](https://swift.org/package-manager/):
62+
63+
```swift
64+
dependencies: [
65+
.package(url: "https://github.com/FranDepascuali/ConstraintsMonitor.git", from: "1.0.1")
66+
]
67+
```
68+
6169
## Usage
62-
Just by having this lib, you will see nicer constraints warnings
70+
Just by including this lib in your project, you will see nicer constraints warnings
6371

6472
## Key Features
6573
* Use an identifier for the constraint if supplied.
@@ -70,7 +78,7 @@ Just by having this lib, you will see nicer constraints warnings
7078
By overriding the description property of the `NSLayoutConstraint` involved, we have a nicer way of viewing constraints.
7179

7280
## Author
73-
You can check my blog at https://deep-thought.netlify.com/ or @FranDepascuali in twitter.
81+
You can check my blog at https://deep-thought.netlify.com/ or [@FranDepascuali](https://twitter.com/FranDepascuali) in twitter.
7482

7583
## License
7684
ConstraintsMonitor is available under the MIT license. See the LICENSE file for more info.

0 commit comments

Comments
 (0)