Skip to content

Commit 2f4ebb8

Browse files
committed
chore
1 parent df4478e commit 2f4ebb8

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,15 @@ Made with [contributors-img](https://contrib.rocks).
4343

4444
## Installation
4545

46+
If you use capacitor 4:
47+
48+
```
49+
% npm install --save @capacitor-community/admob@next
50+
% npx cap update
51+
```
52+
53+
capacitor 3:
54+
4655
```
4756
% npm install --save @capacitor-community/admob
4857
% npx cap update
@@ -755,7 +764,7 @@ When notice listener of OnAdLoaded, you can get banner size.
755764

756765
#### AdMobError
757766

758-
For more information
767+
For more information
759768
https://developers.google.com/android/reference/com/google/android/gms/ads/AdError
760769

761770
| Prop | Type | Description |
@@ -790,7 +799,7 @@ https://developers.google.com/android/reference/com/google/android/gms/ads/AdErr
790799

791800
#### AdMobRewardItem
792801

793-
For more information
802+
For more information
794803
https://developers.google.com/admob/android/rewarded-video-adapters?hl=en
795804

796805
| Prop | Type | Description |
@@ -811,7 +820,9 @@ https://developers.google.com/admob/android/rewarded-video-adapters?hl=en
811820

812821
From T, pick a set of properties whose keys are in the union K
813822

814-
<code>{ [P in K]: T[P]; }</code>
823+
<code>{
824+
[P in K]: T[P];
825+
}</code>
815826

816827

817828
### Enums

0 commit comments

Comments
 (0)