Skip to content

Commit

Permalink
doc(README): Update import to work with Ionic 2
Browse files Browse the repository at this point in the history
See #81 for details
  • Loading branch information
urish committed Oct 3, 2016
1 parent 1ee0a35 commit 9f008c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -48,7 +48,7 @@ Usage
Import `MomentModule` into your app's modules:

``` typescript
import {MomentModule} from 'angular2-moment';
import {MomentModule} from 'angular2-moment/module';

@NgModule({
imports: [
Expand Down

0 comments on commit 9f008c8

Please sign in to comment.