From 6099bc38e2dc777c1b26046a976d42c66b845729 Mon Sep 17 00:00:00 2001 From: Vasily Davydov Date: Mon, 10 Jan 2022 15:46:16 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fbe1267..a8805d3 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Running the program on a computer will read the configuration file and check if | Exit | Exits the program | -> **Go in Read mode** Can't be entered without a configuration. If configuration file > does not exit, program sets default values. The first thing, it runs `initDATA()` and only then starts the `infiniteRead()`: +> **Go in Read mode** Can't be entered without a configuration. If configuration file does not exit, program sets default values. The > first thing, it runs `initDATA()` and only then starts the `infiniteRead()`: ```cpp while (future.wait_for(chrono::milliseconds(1)) == future_status::timeout) { return_char = read(file_dest, &data_buff, 1);