Updated README.md

This commit is contained in:
Alejandro Zalazar 2021-04-21 19:08:40 -03:00
parent 676d563338
commit bd688c4c28
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ Once you have your Swift package set up, adding Kuru as a dependency is as easy
```
dependencies: [
.package(url: "https://github.com/zalazara/Kuru.git", .upToNextMajor(from: "0.0.2"))
.package(url: "https://github.com/zalazara/Kuru.git", .upToNextMajor(from: "0.0.3"))
]
```