Skip to content

Commit 651e8ea

Browse files
committed
docs: update example import
1 parent b1b8b7d commit 651e8ea

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
@@ -38,13 +38,13 @@ The following features are currently in scope and implemented in this software:
3838
**`example`** ESM import
3939

4040
```js
41-
import * as oauth2 from 'oauth4webapi'
41+
import * as oauth from 'oauth4webapi'
4242
```
4343

4444
**`example`** Deno import
4545

4646
```js
47-
import * as oauth2 from 'https://deno.land/x/oauth4webapi@v2.10.4/mod.ts'
47+
import * as oauth from 'https://deno.land/x/oauth4webapi@v2.10.4/mod.ts'
4848
```
4949

5050
- Authorization Code Flow (OAuth 2.0) - [source](examples/oauth.ts)

0 commit comments

Comments
 (0)