diff --git a/README-zh_CN.md b/README-zh_CN.md index 5cec495763e..7ba3eb34ad0 100644 --- a/README-zh_CN.md +++ b/README-zh_CN.md @@ -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 ] diff --git a/README.md b/README.md index 5e35a3cfeaf..736307f4949 100644 --- a/README.md +++ b/README.md @@ -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 ]