From bd69738e1d8b14e8f1f12236e9f72c61929fd978 Mon Sep 17 00:00:00 2001 From: Brandon Rozek <30753990+Brandon-Rozek@users.noreply.github.com> Date: Sun, 3 May 2020 17:10:55 -0400 Subject: [PATCH] Fixed Typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1c99a4b..e1e8eb3 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This is made in part by the hard work of many people: Daniel Llewellyn has the highest polish solution so far, making it easily installable under Linux as a snap package. -This solution aims for loewr latency through the following ways +This solution aims for lower latency through the following ways - Uses ZeroMQ IPC for communication between the TFJS model and the image processing - Less transformations - If blurred background is chosen, only the first frame is captured and blurred @@ -46,4 +46,4 @@ Finally, load the kernel module sudo modprobe v4l2loopback ``` -Then we can start the script with `./start.sh`. \ No newline at end of file +Then we can start the script with `./start.sh`.