Pārlūkot izejas kodu

One more tiny README change

Cameron Kline 7 gadi atpakaļ
vecāks
revīzija
aabf9afa87
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      backend/README.md

+ 1 - 0
backend/README.md

@@ -3,6 +3,7 @@
 Make sure to `vagrant ssh` into your vagrant machine first, and `cd /musare/backend` before calling any of these commands.
 Make sure to `vagrant ssh` into your vagrant machine first, and `cd /musare/backend` before calling any of these commands.
 
 
 ``` bash
 ``` bash
+# Start application
 sudo node app.js
 sudo node app.js
 ```
 ```