Skip to content

Commit 8303321

Browse files
committed
Fixed code formatting
1 parent be86b15 commit 8303321

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,7 @@ constructor. Example:
158158

159159
```javascript
160160
var webrtc = new SimpleWebRTC(options);
161-
162-
webrtc.on('connectionReady', function (sessionId) {
163-
161+
webrtc.on('connectionReady', function (sessionId) {
164162
})
165163
```
166164

0 commit comments

Comments
 (0)