Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/dashboard.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Dashboard

A strong focus was put on the tools and particularly the dashboard. After all it is what you will work with most of the time!
A strong focus was put on the tools and particularly the dashboard. After all, this will be your primary tool,which you will use most of the time!

![Queues view](http://i.imgur.com/H2nsgq2.png)

Expand All @@ -9,14 +9,14 @@ A strong focus was put on the tools and particularly the dashboard. After all it

#### How to run

To run the dashboard, make sur that mrq is properly installed. Then, use the
To run the dashboard, make sure that mrq is properly installed. Then, use the
following command:

```bash
mrq-dashboard
```

The Dashboard will be available on the `5555` port (http://localhost:5555).
The Dashboard will be running on `localhost` using port `5555`(http://localhost:5555).

#### Main goal

Expand Down