Commit 32b75983 authored by dmacfarlane's avatar dmacfarlane
Browse files

Fix README

parent 1365b182
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ Add the CSS to your index.html:
Add the module to your app.module imports:

```typescript
import { MentionModule } from 'angular-mentions/mention';
import { MentionModule } from 'angular-mentions';
...

@NgModule({
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ Add the CSS to your index.html:
Add the module to your app.module imports:

```typescript
import { MentionModule } from 'angular-mentions/mention';
import { MentionModule } from 'angular-mentions';
...

@NgModule({