diff --git a/README.md b/README.md index 0636fa8..a0f83a5 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,10 @@ qmlRegisterType("Process", 1, 0, "Process"); Use in QML: ``` +import Process 1.0 + +# ... + Component.onCompleted: { process.start("some-bin", ["some args"]) }