Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maximkrouk committed Feb 9, 2021
1 parent 642eb22 commit 5eeea34
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,11 @@ If you use SwiftPM for your project, you can add DeclarativeConfiguration to you
```swift
.package(url: "git@github.com:makeupstudio/swift-declarative-configuration.git", .branch("main"))
```
or

```swift
.package(url: "git@github.com:makeupstudio/swift-declarative-configuration.git", .exact("0.2.0"))
```

Do not forget about target dependencies:

Expand Down

0 comments on commit 5eeea34

Please sign in to comment.