Skip to content

Commit 691a218

Browse files
committed
indent fix
1 parent 8303321 commit 691a218

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,8 @@ constructor. Example:
158158

159159
```javascript
160160
var webrtc = new SimpleWebRTC(options);
161-
webrtc.on('connectionReady', function (sessionId) {
161+
webrtc.on('connectionReady', function (sessionId) {
162+
// ...
162163
})
163164
```
164165

0 commit comments

Comments
 (0)