Skip to content

Commit 41f1e03

Browse files
committed
Corrected readme.
1 parent 8be375a commit 41f1e03

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ Customizable multiselect dropdown in Angular(9+), TypeScript with Bootstrap css.
1414

1515
## Usage
1616

17-
Import `MultiselectDropdown` into your @NgModule.
17+
Import `NgxBootstrapMultiselectModule` into your @NgModule.
1818

1919
```js
20-
import { MultiselectDropdownModule } from 'ngx-bootrap-multiselect';
20+
import { NgxBootstrapMultiselectModule } from 'ngx-bootrap-multiselect';
2121

2222
@NgModule({
2323
// ...
2424
imports: [
25-
MultiselectDropdownModule,
25+
NgxBootstrapMultiselectModule,
2626
]
2727
// ...
2828
})

0 commit comments

Comments
 (0)