Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Commit d9c402a

Browse files
Chunbojianjunz
authored andcommitted
Fixed typos in README.md (#11)
1 parent 63bf254 commit d9c402a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ npm install
1313
### SSL/TLS
1414
The default plain port is 8095, and the default secure port is 8096. These default values can be modified in the file `config.json`.
1515

16-
Connecting server with secure socket.io connections are recommended. The default certificate is stored in `cert` directory with two files: `cert.pem` and `key.pem`. Please replace them with a trusted one applied from a trusted CA.
16+
Connecting server with secure socket.io connections is recommended. The default certificate is stored in `cert` directory with two files: `cert.pem` and `key.pem`. Please replace them with trusted ones applied from a trusted CA.
1717

1818
### Launch the server
19-
Run the following commands to launch the server:
19+
Run the following command to launch the server:
2020

2121
```
2222
node peerserver.js
@@ -36,4 +36,4 @@ OWT project is licensed under Apache License, Version 2.0. By contributing to th
3636
Use the "Issues" tab on Github.
3737

3838
## See Also
39-
http://webrtc.intel.com
39+
http://webrtc.intel.com

0 commit comments

Comments
 (0)