diff --git a/README.md b/README.md
index c9517e41..475fdf76 100644
--- a/README.md
+++ b/README.md
@@ -42,11 +42,17 @@ Made with [contributors-img](https://contrib.rocks).
| **Android** | ![](demo/screenshots/md_banner.png) | ![](demo/screenshots/md_interstitial.png) | ![](demo/screenshots/md_reward.png) |
## Installation
+If you use capacitor 5:
+
+```
+% npm install --save @capacitor-community/admob@5.0.0
+% npx cap update
+```
If you use capacitor 4:
```
-% npm install --save @capacitor-community/admob@latest
+% npm install --save @capacitor-community/admob@4.0.0
% npx cap update
```
@@ -803,7 +809,7 @@ When notice listener of OnAdLoaded, you can get banner size.
#### AdMobError
-For more information
+For more information
https://developers.google.com/android/reference/com/google/android/gms/ads/AdError
| Prop | Type | Description |
@@ -838,7 +844,7 @@ https://developers.google.com/android/reference/com/google/android/gms/ads/AdErr
#### AdMobRewardItem
-For more information
+For more information
https://developers.google.com/admob/android/rewarded-video-adapters?hl=en
| Prop | Type | Description |
@@ -859,7 +865,9 @@ https://developers.google.com/admob/android/rewarded-video-adapters?hl=en
From T, pick a set of properties whose keys are in the union K
-{
[P in K]: T[P];
}
+{
+ [P in K]: T[P];
+ }
### Enums