diff --git a/webpage/src/scripting/README.md b/webpage/src/scripting/README.md index 8f7970a991..6102612936 100644 --- a/webpage/src/scripting/README.md +++ b/webpage/src/scripting/README.md @@ -8,8 +8,8 @@ import QOwnNotesTypes 1.0 Script { /** - * Will be run when the scripting engine initializes - */ + * Will be run when the scripting engine initializes + */ function init() { script.log("Hello world!"); }