Skip to content
This repository was archived by the owner on May 29, 2025. It is now read-only.

Commit 77bcfea

Browse files
gsabranGui Sabran
andauthored
nit: fix url in readme (#2)
Co-authored-by: Gui Sabran <[email protected]>
1 parent cb57bcb commit 77bcfea

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

README.md

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,19 @@ The Model Context Protocol allows applications to provide context for LLMs in a
1212

1313
## Installation
1414

15-
<br> In Xcode, add MCPClient with: `File``Add Package Dependencies…` and input the package URL:
16-
17-
> `https://github.com/gsabran/mpc-swift-sdk`
18-
19-
Or, for SPM-based projects, add it to your package dependencies:
15+
- Xcode: `File → Add Package Dependencies…` and input the package URL `https://github.com/gsabran/mcp-swift-sdk`
2016

17+
- SPM-based projects:
18+
Add the dependency to your package:
2119
```swift
2220
dependencies: [
2321
.package(url: "https://github.com/gsabran/mcp-swift-sdk", from: "0.0.1")
2422
]
25-
```
26-
27-
And then add the product to all targets that use the rependency:
28-
29-
```swift
30-
.product(name: "MCPClient", package: "mcp-swift-sdk"),
31-
```
23+
```
24+
And then add the product to all targets that use the dependency:
25+
```swift
26+
.product(name: "MCPClient", package: "mcp-swift-sdk"),
27+
```
3228

3329
## Quick Start
3430

0 commit comments

Comments
 (0)