From 5b22d798cb08e31a0b6811512f1b450a536f56ea Mon Sep 17 00:00:00 2001 From: huangminlinux <380108184@qq.com> Date: Sun, 24 Feb 2019 22:25:01 +0800 Subject: [PATCH] update readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5926b8e..5398bbd 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,11 @@ npm install --save @jiguang-ionic/jpush 然后在 *app.module.ts* 中增加: ```js +// @jiguang-ionic/jpush@1.0.0+ import { JPush } from '@jiguang-ionic/jpush'; + +// @jiguang-ionic/jpush@2.0.0+ +import { JPush } from '@jiguang-ionic/jpush/ngx'; ... providers: [ ...