diff --git a/README.md b/README.md index ebe6775..b42ee6e 100644 --- a/README.md +++ b/README.md @@ -29,12 +29,11 @@ const resp = await register(metadata, registrationEndpoint); // !!!: resp may differ from metadata, the server MAY change values ``` -An [OAuth 2.0 token][token] maybe optionally be given -after the callback parameter. +An [OAuth 2.0 token][token] maybe optionally be given as a third parameter. ## References -1. [Draft OAuth 2.0 Dynamic Client Registration Protocol][rfc] +1. [OAuth 2.0 Dynamic Client Registration Protocol][rfc] 1. [OAuth 2.0 Authorization Framework][token] [rfc]: https://datatracker.ietf.org/doc/html/rfc7591 'OAuth 2.0 Dynamic Client Registration Protocol' diff --git a/package.json b/package.json index 99ea701..fe7c305 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oauth-dyn-reg", - "version": "2.0.2", + "version": "2.0.0", "description": "Implementation of draft OAuth 2.0 Dynamic Client Registration Protocol", "main": "dist/index.js", "engines": {