Skip to content

Commit aba6a3e

Browse files
committed
update npm install commands in readme
1 parent ba02a31 commit aba6a3e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# oauth2-server2
2+
# @node-oauth/oauth2-server
33

44
Complete, compliant and well tested module for implementing an OAuth2 server in [Node.js](https://nodejs.org).
55

@@ -8,10 +8,10 @@ NOTE: This project has been forked from [oauthjs/node-oauth2-server](https://git
88
## Installation
99

1010
```bash
11-
npm install oauth2-server2
11+
npm install @node-oauth/oauth2-server
1212
```
1313

14-
The *oauth2-server2* module is framework-agnostic but there are several officially supported wrappers available for popular HTTP server frameworks such as [Express](https://npmjs.org/package/express-oauth-server) and [Koa](https://npmjs.org/package/koa-oauth-server). If you're using one of those frameworks it is strongly recommended to use the respective wrapper module instead of rolling your own.
14+
The *@node-oauth/oauth2-server* module is framework-agnostic but there are several officially supported wrappers available for popular HTTP server frameworks such as [Express](https://npmjs.org/package/express-oauth-server) and [Koa](https://npmjs.org/package/koa-oauth-server). If you're using one of those frameworks it is strongly recommended to use the respective wrapper module instead of rolling your own.
1515

1616

1717
## Features

0 commit comments

Comments
 (0)