Skip to content

Commit 5e0e44c

Browse files
author
Baris Sencan
committed
Update README.md
1 parent d96672e commit 5e0e44c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Add the following line to your [Cartfile](https://github.com/Carthage/Carthage/b
1818
github "isair/ManualLayout"
1919
```
2020

21-
Then do `carthage update`.
21+
Then do `carthage update`. After that, add the framework to your project.
2222

2323
###[Cocoapods](https://github.com/CocoaPods/CocoaPods)
2424

@@ -58,7 +58,7 @@ Replace the word "layer" with "view" for the UIView methods.
5858

5959
```swift
6060
func centerInSuperlayer()
61-
func centerDimensionInSuperlayer(dimension: ManualLayoutDimension)
61+
func centerDimensionInSuperlayer(dimension: ManualLayoutDimension) // .X or .Y
6262
```
6363

6464
More coming soon.

0 commit comments

Comments
 (0)