diff --git a/README.md b/README.md index 7c64e99..eef7af9 100644 --- a/README.md +++ b/README.md @@ -72,9 +72,9 @@ app.listen(3000); ## Options -> Note: The following options **extend** the default options from `@node-oauth/oauth2-sever`! +> Note: The following options **extend** the default options from `@node-oauth/oauth2-server`! > You can read more about all possible options in the -> [@node-oauth/oauth2-sever documentation](https://node-oauthoauth2-server.readthedocs.io/en/master/api/oauth2-server.html) +> [@node-oauth/oauth2-server documentation](https://node-oauthoauth2-server.readthedocs.io/en/master/api/oauth2-server.html) ``` const options = { diff --git a/package-lock.json b/package-lock.json index ebc0023..52b618d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2232,20 +2232,6 @@ "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=", "dev": true }, - "node_modules/fsevents": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", - "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", - "dev": true, - "hasInstallScript": true, - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": "^8.16.0 || ^10.6.0 || >=11.0.0" - } - }, "node_modules/function-bind": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",