Skip to content

Commit 8503fd1

Browse files
committed
Update README
1 parent 877ee49 commit 8503fd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Add this package to your `Package.swift`:
6767

6868
```swift
6969
dependencies: [
70-
.package(url: "https://github.com/mattt/AnyLanguageModel", from: "0.4.0")
70+
.package(url: "https://github.com/mattt/AnyLanguageModel", from: "0.5.0")
7171
]
7272
```
7373

@@ -95,7 +95,7 @@ To enable specific traits, specify them in your package's dependencies:
9595
dependencies: [
9696
.package(
9797
url: "https://github.com/mattt/AnyLanguageModel.git",
98-
branch: "main",
98+
from: "0.5.0",
9999
traits: ["CoreML", "MLX"] // Enable CoreML and MLX support
100100
)
101101
]

0 commit comments

Comments
 (0)