Skip to content

Commit

Permalink
docs: update example import
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Jun 17, 2024
1 parent b1b8b7d commit 651e8ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ The following features are currently in scope and implemented in this software:
**`example`** ESM import

```js
import * as oauth2 from 'oauth4webapi'
import * as oauth from 'oauth4webapi'
```

**`example`** Deno import

```js
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'
```

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

0 comments on commit 651e8ea

Please sign in to comment.