From 78dcad5f91ee635157303cf749e3308ab12710c1 Mon Sep 17 00:00:00 2001 From: rozetko Date: Wed, 20 Jun 2018 11:21:51 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 67e26df..5450a83 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ See also: ## Download & Install on Linux -You need only [nodejs >=6.14](https://nodejs.org/en/download/) on your machine +You need only [nodejs >= 6.14](https://nodejs.org/en/download/) on your machine. ``` wget https://github.com/hastic/hastic-server/releases/download/0.1.0-alpha/hastic-server-0.1.0-alpha.tar.gz @@ -25,7 +25,7 @@ cd hastic-server-0.1.0-alpha/server/dist node server ``` -## Build & run from soure +## Build & run from source Hastic server requires Grafana's API key (http:///org/apikeys) to query data from Grafana datasources. API key role requires only `Viewer` access.