Skip to content

Commit

Permalink
chore: update readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
BaherTamer committed Sep 27, 2024
1 parent 58c1657 commit cff4cae
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ Add a dependency in your `Package.swift`

``` swift
dependencies: [
.package(url: "https://github.com/BaherTamer/SwiftSafeUI.git", .upToNextMajor(from: "1.1.1"))
.package(
url: "https://github.com/BaherTamer/SwiftSafeUI.git",
.upToNextMajor(from: "1.1.1")
)
]
```

Expand Down

0 comments on commit cff4cae

Please sign in to comment.