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.