Browse Source

Update README.md

Torkel Ödegaard 7 years ago
parent
commit
735c28580d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -37,7 +37,7 @@ go run build.go build
 
 ### Building frontend assets
 
-For this you need Node.js (version 6+).
+For this you need Node.js (LTS version).
 
 To build the assets, rebuild on file change, and serve them by Grafana's webserver (http://localhost:3000):
 ```bash