Skip to content

Commit 51e0d75

Browse files
authored
Update Readme.md
1 parent f1055a7 commit 51e0d75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ var OAuthServer = require('express-oauth-server');
2121
var app = express();
2222

2323
app.oauth = new OAuthServer({
24-
model: {}, // See https://github.com/thomseddon/node-oauth2-server for specification
24+
model: {}, // See https://github.com/oauthjs/node-oauth2-server for specification
2525
});
2626

2727
app.use(bodyParser.json());
@@ -58,4 +58,4 @@ var options = {
5858

5959
**Note:** You cannot modify the response since the headers have already been sent.
6060

61-
`authenticate()` does not modify the response and will always call next()
61+
`authenticate()` does not modify the response and will always call next()

0 commit comments

Comments
 (0)