Skip to content

Commit

Permalink
wrong module name
Browse files Browse the repository at this point in the history
NgZorroAntModule→NgZorroAntdModule
  • Loading branch information
bobo0902 authored Nov 29, 2018
1 parent 1366bef commit ffa18a1
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit ffa18a1

Please sign in to comment.