Skip to content

Commit

Permalink
chore: update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-vd committed Dec 6, 2024
1 parent 7c8ea21 commit 990085b
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 @@ -33,7 +33,7 @@ yarn add @vdtech/remix-auth-strategies
### Azure Strategy

```typescript
import { AzureStrategy } from "@vdtech/remix-auth-strategies";
import { AzureStrategy } from "@vdtech/remix-auth-strategies/azure";

const azureStrategy = new AzureStrategy(
{
Expand All @@ -56,7 +56,7 @@ const azureStrategy = new AzureStrategy(
### Auth0 Strategy

```typescript
import { Auth0Strategy } from "@vdtech/remix-auth-strategies";
import { Auth0Strategy } from "@vdtech/remix-auth-strategies/auth0";

const auth0Strategy = new Auth0Strategy(
{
Expand Down

0 comments on commit 990085b

Please sign in to comment.