From e8a24a84abe7d6aa6f3482a16448a66c6778f396 Mon Sep 17 00:00:00 2001 From: kaedwen Date: Thu, 13 Jul 2023 17:49:11 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a5b6d4d..12304e7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Webrtc streamer based on golang (pion) and gstreamer -This project demonstrates who to stream any source (thanks to gstreamer) in a webrtc session using golang pion to a webrtc client (angular). +This project demonstrates how to stream any source (thanks to gstreamer) in a webrtc session using golang pion to a webrtc client (angular). ## build locally @@ -20,4 +20,4 @@ make build To build for `arm` or `arm64` just use the sections in the `Makefile`. Make sure you have `podman` installed as it will be used to create the tmp build container. ``` make build-armhf -``` \ No newline at end of file +```