From 1bd554461838a74b6aa3c100170618d63d58a329 Mon Sep 17 00:00:00 2001 From: Tim Berberich Date: Fri, 15 Sep 2023 16:31:32 +0200 Subject: [PATCH] tiny correction in docs --- docs/framework/getting_started.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/framework/getting_started.md b/docs/framework/getting_started.md index fe112f8..d936269 100644 --- a/docs/framework/getting_started.md +++ b/docs/framework/getting_started.md @@ -70,15 +70,15 @@ class ProjectWorker(ProjectWorkerInterface): ``` When executing the xframe command we can tell the project which settings file to use by simply appending the name of the settings file as follows: +```console +$ xframe tmp hello set123 - $ xframe tmp hello set123 - - ------- Start ------- - - Hello Pi, your random number is: 0.9360428946014102 - - ------- Finished ------- + ------- Start ------- + +Hello Pi, your random number is: 0.9360428946014102 + ------- Finished ------- +``` xFrame also allows for the creation of default settings for this and further details view [Settings](#settings_1). # Note: Contents from here on are outdated and will be updated shortly !! ## Data Access