소스 검색

Slight change to README wording

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

+ 1 - 1
README.md

@@ -62,7 +62,7 @@ Make sure to `vagrant ssh` from the root of the repo before calling these (make
 # Start the production server
 sudo service musare start
 
-# Start the mongodb
+# Start the mongodb database server
 sudo service mongodb start
 ```