From 17ec201cc571abfc1c11c6240f150b608b756c9d Mon Sep 17 00:00:00 2001 From: miladhub Date: Fri, 7 Feb 2020 14:28:29 +0100 Subject: [PATCH] comma --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c03d06..7cbf926 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Python I/O redirection with Docker example === Toy project experimenting how to use a Python app inside a Docker container to stream commands via STDIN -and receive responses via STDOUT just like you would do with a local Python app. +and receive responses via STDOUT, just like you would do with a local Python app. This might help in deciding how to invoke apps embedded with Docker.