From e5535d252be3644db380fa2618cdefe1cfcc0676 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=88=B1but=E7=9A=84=E8=8B=8D=E8=9D=87?= <354788473@qq.com> Date: Fri, 30 Nov 2018 16:32:39 +0800 Subject: [PATCH] fix(readme): fix misspelling (#2472) --- README-zh_CN.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ]