Skip to content

Commit 69aa6ce

Browse files
committed
doc: fix readme
1 parent 7cd2f31 commit 69aa6ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ npm i -S @fsms/angular-pubsub
1717
```ts
1818
...
1919

20-
import { PubSubModule } from 'fsms-angular-pubsub'; // <= HERE
20+
import { PubSubModule } from '@fsms/angular-pubsub'; // <= HERE
2121

2222
@NgModule({
2323
declarations: [

0 commit comments

Comments
 (0)