Fix code in readme
All checks were successful
Deploy Docs / publish (push) Successful in 48s

This commit is contained in:
david-swift 2024-10-08 19:43:21 +02:00
parent bba63e5224
commit 559caa6f55

View File

@ -46,7 +46,7 @@ Follow those steps if you want to create a UI framework.
2. Open the `Package.swift` file.
3. Into the `Package` initializer, under `dependencies`, paste:
```swift
.package(url: https://git.aparoksha.dev/aparoksha/meta", from: "0.1.0")
.package(url: "https://git.aparoksha.dev/aparoksha/meta", from: "0.1.0")
```
## Thanks