From 6d7374d982c170de34fa50c04cf0ab051e917a08 Mon Sep 17 00:00:00 2001 From: Johannes Schill Date: Tue, 4 Dec 2018 17:16:08 +0100 Subject: [PATCH] Readme: We should write Node.js the same way in all places in the readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5882ea8a6a3..69f45fdb9fd 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ the latest master builds [here](https://grafana.com/grafana/download) ### Dependencies - Go (Latest Stable) -- NodeJS LTS +- Node.js LTS ### Building the backend ```bash @@ -37,7 +37,7 @@ go run build.go build ### Building frontend assets -For this you need nodejs (v.6+). +For this you need Node.js (version 6+). To build the assets, rebuild on file change, and serve them by Grafana's webserver (http://localhost:3000): ```bash