Skip to content

Commit

Permalink
Update ReadMe
Browse files Browse the repository at this point in the history
  • Loading branch information
cntrump committed Aug 13, 2023
1 parent 28dc1f6 commit 9b554d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ let package = Package(
.library(name: "SwiftYoga", targets: [ "SwiftYoga" ])
],
dependencies: [
.package(url: "https://github.com/facebook/yoga", .branch("main"))
.package(url: "https://github.com/facebook/yoga.git", .branch("main"))
],
targets: [
.target(
Expand Down
4 changes: 4 additions & 0 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

A simple Swift wrapper for [yoga](https://github.com/facebook/yoga).

```
.package(url: "https://github.com/cntrump/SwiftYoga.git", .branch("main"))
```

Example code:

```swift
Expand Down

0 comments on commit 9b554d2

Please sign in to comment.