Skip to content

Commit fc6fae9

Browse files
committed
feat: Update README.md
1 parent 996e70c commit fc6fae9

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# swift-declarative-configuration
22

3-
[![Test](https://github.com/CaptureContext/swift-declarative-configuration/actions/workflows/Test.yml/badge.svg)](https://github.com/CaptureContext/swift-declarative-configuration/actions/workflows/Test.yml) [![Swift 6.0](https://img.shields.io/badge/swiftpm-6.0_|_5.9-ED523F.svg?style=flat)](https://swift.org/download/) ![Platforms](https://img.shields.io/badge/Platforms-iOS_11_|_macOS_10.13_|_tvOS_11_|_watchOS_4_|_Catalyst_13-ED523F.svg?style=flat) [![@capture_context](https://img.shields.io/badge/Contact-@capture__context-1DA1F2.svg?style=flat&logo=twitter)](https://twitter.com/capture_context)
3+
[![Test](https://github.com/CaptureContext/swift-declarative-configuration/actions/workflows/Test.yml/badge.svg)](https://github.com/CaptureContext/swift-declarative-configuration/actions/workflows/Test.yml) [![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FCaptureContext%2Fswift-declarative-configuration%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/CaptureContext/swift-declarative-configuration) [![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FCaptureContext%2Fswift-declarative-configuration%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/CaptureContext/swift-declarative-configuration)
44

55
**DeclarativeConfiguration** provides a declarative, fluent way to configure objects and values in Swift. It enables expressive inline configuration, composable setup logic, and consistent configuration patterns across codebases.
66

@@ -422,17 +422,17 @@ If you use SwiftPM for your project structure, add DeclarativeConfiguration to y
422422
423423
```swift
424424
.package(
425-
url: "git@github.com:capturecontext/swift-declarative-configuration.git",
426-
.upToNextMinor(from: "0.5.0")
425+
url: "https://github.com/capturecontext/swift-declarative-configuration.git",
426+
.upToNextMinor(from: "0.5.1")
427427
)
428428
```
429429
430430
or via HTTPS
431431
432432
```swift
433433
.package(
434-
url: "https://github.com:capturecontext/swift-declarative-configuration.git",
435-
.upToNextMinor(from: "0.5.0")
434+
url: "https://github.com/capturecontext/swift-declarative-configuration.git",
435+
.upToNextMinor(from: "0.5.1")
436436
)
437437
```
438438

0 commit comments

Comments
 (0)