From 54c69e1ca1561575e001c56f67467f128ae677ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Wala?= Date: Fri, 2 Feb 2024 13:48:34 +0100 Subject: [PATCH] Minor style improvements --- examples/save_to_file/README.md | 2 +- examples/save_to_file/assets/index.html | 4 ++-- examples/send_from_file/README.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/save_to_file/README.md b/examples/save_to_file/README.md index ca6a886f..d8c3f097 100644 --- a/examples/save_to_file/README.md +++ b/examples/save_to_file/README.md @@ -1,4 +1,4 @@ -# Save to File +# Save To File Receive video and audio from a browser and save it to files. diff --git a/examples/save_to_file/assets/index.html b/examples/save_to_file/assets/index.html index 271821a3..13697852 100644 --- a/examples/save_to_file/assets/index.html +++ b/examples/save_to_file/assets/index.html @@ -4,11 +4,11 @@ - Elixir WebRTC Save to File Example + Elixir WebRTC Save To File Example
-

Elixir WebRTC Save to File Example

+

Elixir WebRTC Save To File Example

diff --git a/examples/send_from_file/README.md b/examples/send_from_file/README.md index d1357b8c..73561069 100644 --- a/examples/send_from_file/README.md +++ b/examples/send_from_file/README.md @@ -1,4 +1,4 @@ -# Send from File +# Send From File Send video and audio from files to a browser.