Skip to content

Commit a7adb6d

Browse files
author
Rushi Sangani
committed
Readme Podname update
1 parent 22ebcdc commit a7adb6d

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
@@ -22,7 +22,7 @@ Official iOS SDK of [videosdk.live](https://videosdk.live/)
2222
[CocoaPods](https://cocoapods.org) is a dependency manager for Cocoa projects. For usage and installation instructions, visit their website. To integrate VideoSDK into your Xcode project using CocoaPods, specify it in your `Podfile`:
2323

2424
```ruby
25-
pod 'VideoSDK'
25+
pod 'VideoSDKRTC'
2626
or
2727
pod 'VideoSDKRTC', :git => 'https://github.com/videosdk-live/videosdk-rtc-ios-sdk.git'
2828
```
@@ -37,7 +37,7 @@ pod 'VideoSDKRTC', :git => 'https://github.com/videosdk-live/videosdk-rtc-ios-sd
3737
### Import
3838

3939
```swift
40-
import VideoSDK
40+
import VideoSDKRTC
4141
```
4242

4343
### Configure VideoSDK

0 commit comments

Comments
 (0)