Explorar el Código

Readme: We should write Node.js the same way in all places in the readme

Johannes Schill hace 7 años
padre
commit
6d7374d982
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -25,7 +25,7 @@ the latest master builds [here](https://grafana.com/grafana/download)
 ### Dependencies
 ### Dependencies
 
 
 - Go (Latest Stable)
 - Go (Latest Stable)
-- NodeJS LTS
+- Node.js LTS
 
 
 ### Building the backend
 ### Building the backend
 ```bash
 ```bash
@@ -37,7 +37,7 @@ go run build.go build
 
 
 ### Building frontend assets
 ### 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):
 To build the assets, rebuild on file change, and serve them by Grafana's webserver (http://localhost:3000):
 ```bash
 ```bash