Skip to content

Commit

Permalink
fix(readme): fix misspelling (#2472)
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackGanglion authored and vthinkxie committed Nov 30, 2018
1 parent 0f4c02c commit e5535d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README-zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ $ ng add ng-zorro-antd
在每一个需要使用组件的 module 中引入 `NgZorroAntdModule`

```ts
import { NgZorroAntModule } from 'ng-zorro-antd';
import { NgZorroAntdModule } from 'ng-zorro-antd';

@NgModule({
imports: [ NgZorroAntdModule ]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ $ npm install ng-zorro-antd
Import the module into every module where you want to use the components.

```ts
import { NgZorroAntModule } from 'ng-zorro-antd';
import { NgZorroAntdModule } from 'ng-zorro-antd';

@NgModule({
imports: [ NgZorroAntdModule ]
Expand Down

0 comments on commit e5535d2

Please sign in to comment.