We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1b8b7d commit 651e8eaCopy full SHA for 651e8ea
README.md
@@ -38,13 +38,13 @@ The following features are currently in scope and implemented in this software:
38
**`example`** ESM import
39
40
```js
41
-import * as oauth2 from 'oauth4webapi'
+import * as oauth from 'oauth4webapi'
42
```
43
44
**`example`** Deno import
45
46
47
-import * as oauth2 from 'https://deno.land/x/oauth4webapi@v2.10.4/mod.ts'
+import * as oauth from 'https://deno.land/x/oauth4webapi@v2.10.4/mod.ts'
48
49
50
- Authorization Code Flow (OAuth 2.0) - [source](examples/oauth.ts)
0 commit comments