Skip to content

Commit

Permalink
fix(docs): fix missing import in example
Browse files Browse the repository at this point in the history
  • Loading branch information
edoparearyee committed Jan 30, 2018
1 parent 54f658b commit c2407fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -22,7 +22,7 @@ This is a simple library for [Angular][angular], implemented in the [Angular Pac

`app.module.ts`
```ts
import { PostModule } from '@thisissoon/angular-post';
import { PostModule, Post } from '@thisissoon/angular-post';

const postProviders = [
{ provide: Post, useFactory: () => window['postPlatform'] }
Expand Down

0 comments on commit c2407fd

Please sign in to comment.