diff --git a/README.md b/README.md index 2c735094..d26eaa04 100644 --- a/README.md +++ b/README.md @@ -70,8 +70,8 @@ export const authConfig: AuthConfig = { Configure the OAuthService with this config object when the application starts up: ```TypeScript -import { OAuthService } from 'angular-oauth2-oidc'; -import { JwksValidationHandler } from 'angular-oauth2-oidc'; +import { OAuthService } from 'angular-oauth2-oidc-codeflow'; +import { JwksValidationHandler } from 'angular-oauth2-oidc-codeflow'; import { authConfig } from './auth.config'; import { Component } from '@angular/core';