Commit 7215f78c authored by Bieder, Martin's avatar Bieder, Martin
Browse files

docs(readme): fixes import path

parent 3767c4bc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ Add the CSS to your index.html:

Add the module to your module imports:

    import { MentionModule } from 'angular2-mentions/mention/mention.module';
    import { MentionModule } from 'angular2-mentions';

    @NgModule({
        imports: [ MentionModule ],