Skip to content

Commit cd465cf

Browse files
committed
documentation update
1 parent 5a478ca commit cd465cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Compiled and tested successfully using:
7474
* **Non-AJAX Perl scripts:**
7575
Non-AJAX Perl scripts are expected to produce a complete HTML page that will replace the calling page when script output becomes available. Note that there could be multiple chunks of script output from a non-AJAX script - PEB accumulates them and displays everything it has when a new piece of script output comes out.
7676

77-
There is no timeout for all Perl scripts executed by PEB (AJAX and non-AJAX), but slow scripts should be optimized to avoid degradation of the user experinece.
77+
There is no timeout for all Perl scripts executed by PEB (AJAX and non-AJAX), but slow scripts should be optimized to avoid user experinece degradation.
7878

7979
There is no special naming convention for non-AJAX scripts. They are called from hyperlinks or HTML forms just like any Perl CGI script was called in the olden days of Perl CGI scripting:
8080

@@ -289,7 +289,7 @@ JavaScript-based settings are created to facilitate the development of fully tra
289289

290290
Please note that if you choose to create a new directory, it will be created immediately by PEB and it will be already existing when it will be passed to a local Perl script.
291291

292-
* **Print:** ```http://perl-executing-browser-pseudodomain/print.function?action=print```
292+
* **Print:** ```http://perl-executing-browser-pseudodomain/print.function?action=print```
293293
Printing is not immediately performed, but a native printer selection dialog is displayed first.
294294

295295
* **Print Preview:** ```http://perl-executing-browser-pseudodomain/print.function?action=preview```

0 commit comments

Comments
 (0)