Skip to content

Commit

Permalink
gendocs
Browse files Browse the repository at this point in the history
  • Loading branch information
DamonOehlman committed Sep 25, 2014
1 parent 43483d6 commit d735904
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ might be passed while using the `rtc.createConnection` helper.
### rtc-tools/monitor

```
monitor(pc, targetId, signaller, opts?) => EventEmitter
monitor(pc, targetId, signaller, parentBus) => mbus
```

The monitor is a useful tool for determining the state of `pc` (an
Expand All @@ -197,7 +197,7 @@ connection and also the various
to determine when the connection has been `connected` and when it has
been `disconnected`.

A monitor created `EventEmitter` is returned as the result of a
A monitor created `mbus` is returned as the result of a
[couple](https://github.com/rtc-io/rtc#rtccouple) between a local peer
connection and it's remote counterpart.

Expand Down

0 comments on commit d735904

Please sign in to comment.