From ce95e1870e7efedb4326861c5365bb13e3150636 Mon Sep 17 00:00:00 2001 From: Harald Schneider Date: Wed, 22 Nov 2023 09:33:05 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2deb45f..3ce4159 100644 --- a/README.md +++ b/README.md @@ -181,7 +181,7 @@ Below this link, you see | Method | Description | |------------------------------|---------------------------------------------------------------------------------------------------| -| PythonExtension(debug=false) | Extension class. debug: Print data flow to the dev console. | +| PythonExtension(debug=false) | Extension class. debug: Print data flow to the dev-console. | | async run(f, p=null) | Call a Python function. f: Function-name, p: Data package as string or JSON. | | async stop() | Stop and quit the Python extension and its parent app. Use this if Neutralino runs in Cloud-Mode. |