Skip to content

Commit

Permalink
tiny correction in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
TimBerberich committed Sep 15, 2023
1 parent eeaec7b commit 1bd5544
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/framework/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <tutorial.hello.Worker object at 0x7fc352b05090> -------

Hello Pi, your random number is: 0.9360428946014102

------- Finished <tutorial.hello.Worker object at 0x7fc352b05090> -------
------- Start <tutorial.hello.Worker object at 0x7fc352b05090> -------
Hello Pi, your random number is: 0.9360428946014102

------- Finished <tutorial.hello.Worker object at 0x7fc352b05090> -------
```
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
Expand Down

0 comments on commit 1bd5544

Please sign in to comment.