We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cd2f31 commit 69aa6ceCopy full SHA for 69aa6ce
README.md
@@ -17,7 +17,7 @@ npm i -S @fsms/angular-pubsub
17
```ts
18
...
19
20
-import { PubSubModule } from 'fsms-angular-pubsub'; // <= HERE
+import { PubSubModule } from '@fsms/angular-pubsub'; // <= HERE
21
22
@NgModule({
23
declarations: [
0 commit comments