Selaa lähdekoodia

Update README.md

Matt Coles 10 vuotta sitten
vanhempi
commit
b147cb9739
1 muutettua tiedostoa jossa 7 lisäystä ja 3 poistoa
  1. 7 3
      README.md

+ 7 - 3
README.md

@@ -1,8 +1,12 @@
1 1
 # ip-project-server
2 2
 Server for Integrated Project, powered by Express.js and Redis
3 3
 
4
-To run, first start Redis.
5
-    redis-server
4
+To run, first start Redis:
5
+```
6
+redis-server
7
+```
6 8
 
7 9
 Then start the Express framework using:
8
-    node index.js
10
+```
11
+node index.js
12
+```