From 5f8188f40ab1327ca8828e09b1df2aa0161a5d54 Mon Sep 17 00:00:00 2001 From: Peter Miron Date: Wed, 16 Aug 2017 12:15:25 -0400 Subject: [PATCH] Update README.md updated per Ivan's recommendation. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04773de0..38022abe 100644 --- a/README.md +++ b/README.md @@ -249,7 +249,7 @@ max_control_line: 512 max_payload: 65536 ``` -Inside configuration files, string values support the following escape characters: `\xXX, \t, \n, \r, \", \\`. Take note that when specifying directory paths in options such as `pid_file` and `log_file` on windows, you'll need to escape backslashes, e.g. `log_file: "c:\\logging\\log.txt"`, or use unix style (`/`) path separators. +Inside configuration files, string values support the following escape characters: `\xXX, \t, \n, \r, \", \\`. Take note that when specifying directory paths in options such as `pid_file` and `log_file` on Windows, you'll need to escape backslashes, e.g. `log_file: "c:\\logging\\log.txt"`, or use unix style (`/`) path separators. ## Variables