From 824372a11bfd847ec99be4b444926d8b56cf5996 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartolom=C3=A9=20S=C3=A1nchez=20Salado?= Date: Wed, 6 Mar 2024 11:47:43 +0100 Subject: [PATCH] Fix incorrect english sentence in README file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b3da4cc..b9f47c0 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ $ dockerize -stdout info.log -stdout perf.log ``` -If `inotify` does not work in you container, you use `-poll` to poll for file changes instead. +If `inotify` does not work in your container, you can use `-poll` to poll for file changes instead. ``` $ dockerize -stdout info.log -stdout perf.log -poll