Skip to content

Commit

Permalink
Update README.md (#2890)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobymicroby authored Jan 30, 2025
1 parent aa4ea33 commit 558ebb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/entraid/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The first step to using @redis/entraid is choosing the right credentials provide

```typescript
import { createClient } from '@redis/client';
import { EntraIdCredentialsProviderFactory } from '@redis/entraid';
import { EntraIdCredentialsProviderFactory } from '@redis/entraid/dist/lib/entra-id-credentials-provider-factory';

const provider = EntraIdCredentialsProviderFactory.createForClientCredentials({
clientId: 'your-client-id',
Expand Down

0 comments on commit 558ebb4

Please sign in to comment.