Skip to content

Commit cae1118

Browse files
committed
update README headings
1 parent e6add86 commit cae1118

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ See [https://shanetully.com/2014/09/a-dead-simple-webrtc-example/](https://shane
99

1010
Note: This repo is kept updated. The general ideas are there, but the above blog post may be somewhat out of date with the code in this repo.
1111

12-
### Usage
12+
## Usage
1313

1414
The signaling server uses Node.js and `ws` and can be started as such:
1515

@@ -20,15 +20,15 @@ $ node server/server.js
2020

2121
With the server running, open a recent version of Firefox or Chrome and visit `https://localhost:8443`. Note the HTTPS! There is no redirect from HTTP to HTTPS!
2222

23-
### TLS
23+
## TLS
2424

2525
Recent versions of Chrome require secure websockets for WebRTC. Thus, this example utilizes HTTPS. Included is a self-signed certificate that must be accepted in the browser for the example to work.
2626

27-
### Problems?
27+
## Problems?
2828

2929
WebRTC is a rapidly evolving beast. Being an example that I don't check often, I rely on users for reports if something breaks. Issues and pull requests are greatly appreciated.
3030

31-
### License
31+
## License
3232

3333
The MIT License (MIT)
3434

0 commit comments

Comments
 (0)