Lint READMEs
[e-mobility-charging-stations-simulator.git] / src / ui / web / README.md
index 04d8532a04b124eb0d750b62bb0ddd9b5fc92d8b..b14f6e4e3dc9de8889436a07e6cd92c61fe717a6 100644 (file)
@@ -2,7 +2,7 @@
 
 ## Project setup
 
-```
+```shell
 npm install
 ```
 
@@ -12,24 +12,24 @@ For both solution you can then follow the link displayed in the terminal at the
 
 #### Compiles and run for production
 
-```
+```shell
 npm start
 ```
 
 #### Compiles and run for development
 
-```
+```shell
 npm run serve
 ```
 
 ### Compiles and minifies for production
 
-```
+```shell
 npm run build
 ```
 
 ### Lints files
 
-```
+```shell
 npm run lint
 ```