Răsfoiți Sursa

One more tiny README change

Cameron Kline 8 ani în urmă
părinte
comite
aabf9afa87
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  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.
 
 ``` bash
+# Start application
 sudo node app.js
 ```