From b022eabbb5b17574f335a69033fb75ab6b1e10f5 Mon Sep 17 00:00:00 2001 From: Juraj Oravec Date: Sat, 19 Mar 2022 13:29:26 +0100 Subject: [PATCH] Type: Change python to QML Signed-off-by: Juraj Oravec --- qml/articles/1.Introduction.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qml/articles/1.Introduction.md b/qml/articles/1.Introduction.md index 3b54c88..b8cff8f 100644 --- a/qml/articles/1.Introduction.md +++ b/qml/articles/1.Introduction.md @@ -34,7 +34,8 @@ according to system color settings and looks awkward on my machine. ## Falkon module -To access Falkon specific features and functions inside the python script you need to use `Falkon` module. +To access Falkon specific features and functions inside the QML script +you need to use `Falkon` module. ```qml import org.kde.falkon 1.0 as Falkon