Skip to content

Commit

Permalink
Minor style improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
LVala committed Feb 2, 2024
1 parent 8b3edd8 commit 54c69e1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/save_to_file/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Save to File
# Save To File

Receive video and audio from a browser and save it to files.

Expand Down
4 changes: 2 additions & 2 deletions examples/save_to_file/assets/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Elixir WebRTC Save to File Example</title>
<title>Elixir WebRTC Save To File Example</title>
</head>
<body>
<main>
<h1>Elixir WebRTC Save to File Example</h1>
<h1>Elixir WebRTC Save To File Example</h1>
</main>
<button id="button">Start</button>
<video id="videoPlayer" autoplay muted></video>
Expand Down
2 changes: 1 addition & 1 deletion examples/send_from_file/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Send from File
# Send From File

Send video and audio from files to a browser.

Expand Down

0 comments on commit 54c69e1

Please sign in to comment.