From b2aa5d8deafea312a0472e840499f1cd3391ed66 Mon Sep 17 00:00:00 2001 From: Decator <65889943+El-Wumbus@users.noreply.github.com> Date: Tue, 15 Mar 2022 10:43:10 -0400 Subject: [PATCH] Added spaces and line-breaks to fix formatting. Fixes a formatting issue by adding some spaces and a line-break. Increases readability --- src/modules/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/modules/README.md b/src/modules/README.md index 62d92c260..f18e7f6bd 100644 --- a/src/modules/README.md +++ b/src/modules/README.md @@ -58,9 +58,10 @@ Module descriptors for C++ modules **may** have the following key: Module descriptors for Python modules **must** have the following key: - *script* (the name of the Python script to load, nearly always `main.py`) -Module descriptors for process modules **must** have the following key: -- *command* (the command to run) -Module descriptors for process modules **may** have the following keys: +Module descriptors for process modules **must** have the following key: +- *command* (the command to run) + +Module descriptors for process modules **may** have the following keys: - *timeout* (how long, in seconds, to wait for the command to run) - *chroot* (if true, run the command in the target system rather than the host) Note that process modules are not recommended.