Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
Relm-Arrowny committed Oct 11, 2024
1 parent eb21429 commit 3d6e1be
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/tutorials/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ way to start it is to run it via a container:
podman run -it --rm --net host rmohr/activemq:5.15.9-alpine
```

Alternatively a script is avaiable:
Alternatively, a script is available:

```
src/script/start_rabbitmq.sh
```
Expand All @@ -35,7 +36,9 @@ The worker can also be started using a custom config file:
```
blueapi --config path/to/file serve
```
An example of the config file that start stomp with default values can be find in:

An example of a config file that starts STOMP with default values can be found in:

```
src/script/stomp_config.yml
```
Expand Down

0 comments on commit 3d6e1be

Please sign in to comment.