소스 검색

One more tiny README change

Cameron Kline 8 년 전
부모
커밋
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
 ```