Skip to content

Commit

Permalink
Updated formatting README
Browse files Browse the repository at this point in the history
  • Loading branch information
bielikb authored Sep 14, 2019
1 parent 2bec3f3 commit c2b82f1
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,11 @@ Using @UseAutoLayout requires Xcode 11.0(and above) and Swift 5.1 toolchain

### Swift Package Manager

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

If youre using Xcode 11.0, add this Swift Package to your target(s).

——-
If youre using Xcode 11.0 add this Swift Package to your target(s) using Xcode.

# Example

Expand Down

0 comments on commit c2b82f1

Please sign in to comment.