Skip to content

Commit 44a1b7b

Browse files
committed
documentation update
1 parent 6fdd5c9 commit 44a1b7b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ Perl Executing Browser (PEB) is an HTML user interface for [Perl 5](https://www.
2727
* APPIMAGE SUPPORT
2828
* [PEB AppImager](./doc/APPIMAGE.md#peb-appimager)
2929
* [PEB AppImage Configuration Files](./doc/APPIMAGE.md#peb-appimage-configuration-files)
30-
* [PEB AppImage Builder Docker Container](./doc/APPIMAGE.md#peb-appimage-builder-docker-container)
3130
* [AppImageHub](./doc/APPIMAGE.md#appimagehub)
3231
* [Logging](#logging)
3332
* [History](#history)

doc/SETTINGS.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
## Global Settings API
44

5-
All global PEB settings are stored in a single JavaScript object named ``pebSettings``. This name is mandatory and hard-coded in C++ code. If ``pebSettings`` JavaScript object is not found, the Perl interpreter for all scripts will be the first Perl interpreter on PATH.
5+
All global PEB settings are stored in a single JavaScript object named ``pebSettings``.
6+
This name is mandatory and it is hard-coded in C++ code.
7+
If ``pebSettings`` JavaScript object is not found, the PEB Perl interpreter is the first Perl interpreter on PATH.
68

79
```javascript
810
var pebSettings = {};

0 commit comments

Comments
 (0)