浏览代码

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
 ```