From 917f94af2b647aff160ecf13635bf3859d037d1f Mon Sep 17 00:00:00 2001 From: S T Chan Date: Mon, 8 Oct 2018 22:41:19 -0400 Subject: [PATCH] Cleaned up text describing new setting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f02a29..a0ba756 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Ghostscript is AGPL (more restrictive than GPLv3), so PdfScribe is bound by that ## Configuration -In the application config file (PdfScribe.exe.config), there are two settings in the "applicationSettings" element: +In the application config file (PdfScribe.exe.config), there are the following settings in the "applicationSettings" element: * ****AskUserForOutputFilename**** - set value to *true* if you want PdfScribe to ask the user where to save the PDF. * ****OutputFile**** - if there is a constant filename you want the PDF to be saved to, set its value here. Environment variables can be used. PdfScribe will overwrite each time. This setting is ignored if **AskUserForOutputFilename** is set to *true*.