Skip to content

Commit e12daa5

Browse files
Update README.md
1 parent 6968e49 commit e12daa5

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44

55
A Swift SDK for integrating ElevenLabs' conversational AI capabilities into your iOS and macOS applications. Built on top of LiveKit WebRTC for real-time audio streaming and communication.
66

7-
[![Swift Package Manager](https://img.shields.io/badge/Swift%20Package%20Manager-compatible-brightgreen.svg)](https://github.com/apple/swift-package-manager)
8-
[![Platform](https://img.shields.io/badge/platform-iOS%20%7C%20macOS-lightgrey.svg)](https://github.com/elevenlabs/ElevenLabsSwift)
9-
107
## Quick Start
118

129
### Installation
@@ -15,7 +12,7 @@ Add to your project using Swift Package Manager:
1512

1613
```swift
1714
dependencies: [
18-
.package(url: "https://github.com/elevenlabs/client-sdk-swift.git", from: "2.0.0")
15+
.package(url: "https://github.com/elevenlabs/elevenlabs-swift-sdk.git", from: "2.0.0")
1916
]
2017
```
2118

0 commit comments

Comments
 (0)