Skip to content

Commit

Permalink
fix. doc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Matrixbirds committed Feb 15, 2019
1 parent 57706a1 commit 94b941a
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 @@ -45,7 +45,7 @@ Either way, then link with:
| -------------------------------- | ---------------------------------------- | ------------------------------------- |
| init | [Option](#Option) | create and initialize AgoraRtcEngine instance
| Promise<any> joinChannel | String channelName, Number uid | join channel|
| eventEmitter | [events_list](#events_list) | registe event emitters|
| eventEmitter | [Events](#Events) | registe event emitters|
| removeEmitter | void | remove event emitter |
| Promise<any> enableLastmileTest | void | enable network quality test |
| Promise<any> disableLastmileTest | void | disable network quality test |
Expand Down Expand Up @@ -119,7 +119,7 @@ export interface LiveTranscoding {
}
```

####events_list
#### Events

```
RtcEngine.eventEmitter({
Expand Down

0 comments on commit 94b941a

Please sign in to comment.