瀏覽代碼

One more tiny README change

Cameron Kline 7 年之前
父節點
當前提交
aabf9afa87
共有 1 個文件被更改,包括 1 次插入0 次删除
  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
 ```