Skip to content

Commit 6d1668b

Browse files
authored
docs: added ionic 3 support
1 parent 6e84333 commit 6d1668b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
// ...
167167
```
168168

169-
- Ionic 2
169+
- Ionic 2/3
170170
```typescript
171171
// sample app.component.js
172172
import { Component } from '@angular/core';
@@ -930,13 +930,13 @@
930930
- Branch opens and installs your app. You cannot simulate Branch in the desktop browser
931931

932932
```js
933-
// Ionic 2 - running on browser instead of device
933+
// Ionic 2/3 - running on browser instead of device
934934
if (!platform.is('cordova')) { return }
935935
Branch.userCompletedAction('did_this')
936936
```
937937
938938
```js
939-
// Ionic 2 - missing Branch import
939+
// Ionic 2/3 - missing Branch import
940940
declare var Branch
941941
```
942942

0 commit comments

Comments
 (0)