From c028e8790cd56c925751ef20c7067518f0ee8245 Mon Sep 17 00:00:00 2001 From: navsgh <45191853+navsgh@users.noreply.github.com> Date: Wed, 7 Aug 2019 15:10:46 +0530 Subject: [PATCH] Update import library name in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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';