소스 검색

Typo in README

Cameron Kline 7 년 전
부모
커밋
e3434f0b61
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -45,7 +45,7 @@ You can view logs at the following locations:
 Make sure to `vagrant ssh` from the root of the repo before calling these (make sure your ssh'd into the vagrant machine).
 ```bash
 # Start backend server
-cd /musare; sudo node backend/app.ks
+cd /musare; sudo node backend/app.js
 	
 # Build frontend in development mode
 cd /musare/frontend; npm run development