Skip to content

Commit d57998e

Browse files
committed
Fix SPM installation process for readme.MD
1 parent 9b0aab5 commit d57998e

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
@@ -53,15 +53,15 @@ The [Swift Package Manager](https://swift.org/package-manager/) allows for devel
5353

5454
* File > Swift Packages > Add Package Dependency
5555
* Add `https://github.com/marcodotio/OpenAIKit.git`
56-
* Select "Up to next Major" with "1.1.1"
56+
* Select "Up to next Major" with "1.1.2"
5757

5858
#### SPM Through Xcode Package
5959

6060
Once you have your Swift package set up, add the Git link within the `dependencies` value of your `Package.swift` file.
6161

6262
```swift
6363
dependencies: [
64-
.package(url: "https://github.com/marcodotio/OpenAIKit.git", .upToNextMajor(from: "1.1.1"))
64+
.package(url: "https://github.com/marcodotio/OpenAIKit.git", .upToNextMajor(from: "1.1.2"))
6565
]
6666
```
6767

0 commit comments

Comments
 (0)