Skip to content

Commit

Permalink
Fix version in project readme doc.
Browse files Browse the repository at this point in the history
Signed-off-by: furby™ <[email protected]>
  • Loading branch information
furby-tm committed Oct 31, 2024
1 parent bb233d4 commit f3b37a2
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 @@ -38,7 +38,7 @@ releases, and we will provide monolithic releases in accordance with the [**VFX
##### To use MetaverseKit with Swift, add **MetaverseKit** as a **Package** dependency in your Package.swift file.
```swift
dependencies: [
.package(url: "https://github.com/wabiverse/MetaverseKit.git", from: "1.8.7"),
.package(url: "https://github.com/wabiverse/MetaverseKit.git", from: "1.8.5"),
]
```

Expand Down

0 comments on commit f3b37a2

Please sign in to comment.