From 03eac3d9a6bf83152ad129ddaede8b07a61f0df0 Mon Sep 17 00:00:00 2001 From: finogeeksdev <61339605+finogeeksdev@users.noreply.github.com> Date: Sun, 15 Mar 2020 19:21:56 +0800 Subject: [PATCH] Update README.md --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d5eb4b1..6e3133a 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,13 @@ -# mop-ios-demo -mop小程序样例 +# 五行代码让你的App运行小程序 -### 快速集成 -1、 修改Podfile文件,增加FinApplet依赖 +## 1、 修改Podfile文件,增加FinApplet依赖 ``` source 'https://github.com/CocoaPods/Specs.git' pod 'FinApplet' ``` -2、初始化 SDK **五行代码完成初始化** +## 2、初始化 SDK **五行代码完成初始化** 在工程的 AppDelegate 中的以下方法中,调用 SDK 的初始化方法。 @@ -26,7 +24,7 @@ pod 'FinApplet' } ``` -3、打开小程序 +## 3、打开小程序 ``` NSString *appId = @"小程序id";