From 005cd19c325ae18e46d7fc0f3b792027a963345d Mon Sep 17 00:00:00 2001 From: Erik Dominguez Date: Tue, 25 Aug 2015 16:03:47 -0700 Subject: [PATCH] Fixed some typo and reworded the sentence fixed some --- docs/dashboard.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/dashboard.md b/docs/dashboard.md index bb1ecf15..6b113a7c 100644 --- a/docs/dashboard.md +++ b/docs/dashboard.md @@ -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) @@ -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