Brendan Abolivier 8 years ago
parent
commit
55affb7e95
Signed by: Brendan Abolivier <contact@brendanabolivier.com> GPG key ID: 8EF1500759F70623
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      auth/README.md

+ 1
- 1
auth/README.md View File

@@ -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.