Skip to content

Commit c2b82f1

Browse files
authored
Updated formatting README
1 parent 2bec3f3 commit c2b82f1

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,11 @@ Using @UseAutoLayout requires Xcode 11.0(and above) and Swift 5.1 toolchain
3737

3838
### Swift Package Manager
3939

40-
Add `.package(url: "https://github.com/bielikb/UseAutoLayout.git", from: "1.0.0")` to your
41-
`Package.swift` file's `dependencies`.
40+
Add
41+
`.package(url: "https://github.com/bielikb/UseAutoLayout.git", from: "1.0.0")`
42+
to your `Package.swift` file's `dependencies`.
4243

43-
If youre using Xcode 11.0, add this Swift Package to your target(s).
44-
45-
——-
44+
If youre using Xcode 11.0 add this Swift Package to your target(s) using Xcode.
4645

4746
# Example
4847

0 commit comments

Comments
 (0)