Skip to content

Commit

Permalink
indent fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fippo committed Jan 1, 2016
1 parent 8303321 commit 691a218
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,8 @@ constructor. Example:

```javascript
var webrtc = new SimpleWebRTC(options);
webrtc.on('connectionReady', function (sessionId) {
webrtc.on('connectionReady', function (sessionId) {
// ...
})
```

Expand Down

0 comments on commit 691a218

Please sign in to comment.