Skip to content

Commit

Permalink
Merge pull request #344 from vrajroham/patch-1
Browse files Browse the repository at this point in the history
Typo at line 45
  • Loading branch information
muaz-khan committed Mar 6, 2017
2 parents 4b22286 + f447cee commit 3d91bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/how-to-use.md
Expand Up @@ -42,7 +42,7 @@ You can use custom ports either via `config.json` file:

```json
{
"socketURL": "http:s//yourdomain.com:9001/",
"socketURL": "https://yourdomain.com:9001/",
"socketMessageEvent": "RTCMultiConnection-Message"
}
```
Expand Down

0 comments on commit 3d91bd6

Please sign in to comment.