Brendan Abolivier 8 年之前
父節點
當前提交
55affb7e95
簽署人: Brendan Abolivier <contact@brendanabolivier.com> GPG 金鑰 ID: 8EF1500759F70623
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      auth/README.md

+ 1
- 1
auth/README.md 查看文件

@@ -7,4 +7,4 @@ This server handles user authentication. In our very simple case, it will only a
7 7
 
8 8
 ## Install & run
9 9
 
10
-Just run `npm install` in this repository to install the dependencies, then run either `npm start` or `node server.js` to start the server.
10
+Just run `npm install` in this directory to install the dependencies, then run either `npm start` or `node server.js` to start the server.