From 9a55a77d65ad453bd11453db0db7849dc386eb20 Mon Sep 17 00:00:00 2001 From: sxctic Date: Mon, 14 Oct 2024 15:24:52 +0530 Subject: [PATCH] Adjust English in README (#172) * Update README.md * Correct English --------- Co-authored-by: Martin Hjelmare --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b8f4b3..76cdac9 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,4 @@ A Python library to control ffmepg from asyncio for [Home Assistant](https://www - Analyse a video/audio stream for noise or motion detection - Grab image from a stream -Be carfull that you protect function calls to this library with `asyncio.shield`. +Take care to protect function calls to this library with `asyncio.shield`.