Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Taehyeon-Kim committed Jan 8, 2024
1 parent e2c80b4 commit 54a94ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ stream.publish("streamName")
### Playback
```swift
let connection = RTMPConnection()
let stream = RTMPStream(connection: rtmpConnection)
let stream = RTMPStream(connection: connection)

let hkView = MTHKView(frame: view.bounds)
hkView.videoGravity = AVLayerVideoGravity.resizeAspectFill
Expand Down

0 comments on commit 54a94ca

Please sign in to comment.