Skip to content

Commit c28a4f6

Browse files
committed
docs(lib): minor fix in the readme #253
1 parent 6999fc0 commit c28a4f6

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
@@ -148,7 +148,7 @@ import { MatGoogleMapsAutocompleteModule } from '@angular-material-extensions/go
148148
apiKey: 'YOUR_KEY',
149149
libraries: ['places']
150150
}),
151-
MatGoogleMapsAutocompleteModule.forRoot(), ...],
151+
MatGoogleMapsAutocompleteModule, ...],
152152
bootstrap: [AppComponent]
153153
})
154154
export class AppModule {

0 commit comments

Comments
 (0)