Skip to content

Commit

Permalink
Corrected readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
softsimon committed Aug 8, 2020
1 parent 8be375a commit 41f1e03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ Customizable multiselect dropdown in Angular(9+), TypeScript with Bootstrap css.

## Usage

Import `MultiselectDropdown` into your @NgModule.
Import `NgxBootstrapMultiselectModule` into your @NgModule.

```js
import { MultiselectDropdownModule } from 'ngx-bootrap-multiselect';
import { NgxBootstrapMultiselectModule } from 'ngx-bootrap-multiselect';

@NgModule({
// ...
imports: [
MultiselectDropdownModule,
NgxBootstrapMultiselectModule,
]
// ...
})
Expand Down

0 comments on commit 41f1e03

Please sign in to comment.