From 0869e821195bfadfa991a96619c7bd85aee6813e Mon Sep 17 00:00:00 2001 From: Sebastien Sikora Date: Tue, 30 Nov 2021 17:14:48 +0000 Subject: [PATCH] Updating README.md. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 198154f..93b8b40 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ if (sts.IsConnected()) { ```
-The server constructor will create the named pipe temporary files in the working directory and then spawn a terminal emulator (from the list in terminal_emulator_paths.txt) within-which it will directly execute the child binary via the '-e' option. The paths to the named pipes and all other required parameters are automatically passed to the child process as command-line options. +The server constructor will create the named pipe temporary files in the working directory and then spawn a terminal emulator (from the list in `terminal_emulator_paths.txt`) within-which it will directly execute the child binary via the '-e' option. The paths to the named pipes and all other required parameters are automatically passed to the child process as command-line options. The server constructor will return once the communication channel is established with the child process, an error occurs or a timeout is reached. When it returns, if the server's `IsConnected()` member function returns `true`, the child process started correctly and the bi-directional communication channel was established without error.