Skip to content

Commit c4becfc

Browse files
docs(README.md): update import section
1 parent fa3dc84 commit c4becfc

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
@@ -109,7 +109,7 @@ import { RxFormMapperModule } from 'rx-form-mapper';
109109

110110
@NgModule({
111111
...
112-
imports: [RxFormMapperModule],
112+
imports: [RxFormMapperModule.forRoot()],
113113
...
114114
})
115115
export class MyAppModule { }

0 commit comments

Comments
 (0)