Skip to content

Commit 5eeea34

Browse files
committed
Update README.md
1 parent 642eb22 commit 5eeea34

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,11 @@ If you use SwiftPM for your project, you can add DeclarativeConfiguration to you
258258
```swift
259259
.package(url: "git@github.com:makeupstudio/swift-declarative-configuration.git", .branch("main"))
260260
```
261+
or
262+
263+
```swift
264+
.package(url: "git@github.com:makeupstudio/swift-declarative-configuration.git", .exact("0.2.0"))
265+
```
261266

262267
Do not forget about target dependencies:
263268

0 commit comments

Comments
 (0)