Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinVitale committed May 7, 2021
1 parent 4d2bcb7 commit 2c17630
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 @@ -12,7 +12,7 @@
To use the `WalletKit` library in a Swift Package Manager (SPM) project, add the following line to the _dependencies_ in you `Package.swift` file:

```swift
.package(url: "/~https://github.com/KevinVitale/WalletKit", from: "0.0.2"),
.package(url: "/~https://github.com/KevinVitale/WalletKit", from: "0.0.3"),
```

The `WalletKit` library is under active development, and while attempts are made to maintain source-stability, this is not guaranteed between minor versions. You may specify `.upToNextMinor(from:)`, instead of `from(_:)`, if you need to be at a specific version.
Expand Down

0 comments on commit 2c17630

Please sign in to comment.