From 69aa6ce7b15bfd97eef623a7c14e74f7efb3c185 Mon Sep 17 00:00:00 2001 From: rupeshtiwari Date: Wed, 10 Feb 2021 09:11:23 -0500 Subject: [PATCH] doc: fix readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 529499c..fddb950 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ npm i -S @fsms/angular-pubsub ```ts ... -import { PubSubModule } from 'fsms-angular-pubsub'; // <= HERE +import { PubSubModule } from '@fsms/angular-pubsub'; // <= HERE @NgModule({ declarations: [