Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.

Commit cf5d20d

Browse files
chazemarfsuc
authored andcommitted
fix doc
1 parent 5f1e80c commit cf5d20d

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
@@ -58,7 +58,7 @@ If devices are lost (network problem or device is turned-off), the `center(_:did
5858

5959
```swift
6060
deviceCenter.delegate = self
61-
deviceCenter.reumeDiscovery()
61+
deviceCenter.resumeDiscovery()
6262

6363
// DeviceCenter delegate methods
6464
func center(_ center: DeviceCenter, didAdd devices: [Device]) {}
@@ -100,7 +100,7 @@ If a network error occurs, the `deviceDisconnectedEventNotification` notificatio
100100

101101
### 4. Send OCast commands
102102

103-
You can use the OCast commands provided by the SDK in the `Device` protocol. The command list is described here: https://www.ocast.org/OCast-Protocol.pdf
103+
You can use the OCast commands provided by the SDK in the `Device` protocol. The command list is described here: http://www.ocast.org/OCast-Protocol.pdf
104104

105105
```swift
106106
let params = PrepareMediaCommandParams(url: "http://myMovie.mp4",

0 commit comments

Comments
 (0)