Skip to content

Commit ad3ea48

Browse files
committed
Fix typing in docs
1 parent 452e396 commit ad3ea48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/tutorial/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ fluxqueue worker install
3535
fluxqueue worker install --path .fluxqueue/
3636
```
3737

38-
Which also allows you to add a `worker_path` in your `pyproject.toml` to run the correct worker with `fluxqueue start` command:
38+
Then you can add a `worker_path` in your `pyproject.toml` to run the correct worker with `fluxqueue start` command:
3939
```toml
4040
[tool.fluxqueue_cli]
4141
worker_path = ".fluxqueue/fluxqueue_worker"

0 commit comments

Comments
 (0)