diff --git a/README.md b/README.md index b29955d..58b56c4 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ npm i ngx-lss // ... imports: [ // ... - NgxLocalStorageModule, + NgxLocalStorageModule.forRoot(), ] }) export class AppModule { }