Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
matgentili authored Feb 13, 2023
1 parent 141e2db commit 82cfa04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sirio-kit-iOS is a library containing the iOS implementation of the Sirio design
## Usage
1. Add the following to your Package.swift:
```swift
.package(url: "https://github.com/INPS-it/sirio-kit-iOS", .upToNextMajor(from: "4.0.0"))
.package(url: "https://github.com/INPS-it/sirio-kit-iOS", .upToNextMajor(from: "4.0.1"))
```
2. Declare `import SirioKitIOS` to use the components where you want to use them.

Expand Down

0 comments on commit 82cfa04

Please sign in to comment.