From 5301a2c5eac00ef96c2646086be73d3c65e5efe2 Mon Sep 17 00:00:00 2001 From: Hevin Date: Fri, 15 Dec 2017 15:35:28 +0800 Subject: [PATCH] Update ionic install script --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ab78302..7f99134 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ 如果使用了 Ionic,可以再安装 @jiguang-ionic/jpush 包,适配 ionic-native: ```shell -npm install @jiguang-ionic/jpush --save +npm install --save @jiguang-ionic/jpush ``` 然后在 *app.module.ts* 中增加: @@ -51,7 +51,7 @@ import { JPush } from '@jiguang-ionic/jpush'; ] ``` -具体可参考 ./ionic/example 中的文件。 +具体可参考 ./ionic/example 中的文件。 > 在使用 Xcode 8 调试 iOS 项目时,需要先在项目配置界面的 Capabilities 中打开 Push Notifications 开关。