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 +```