From 775c82e42eee9c6551c509cd7187887ee1ece54c Mon Sep 17 00:00:00 2001 From: Saad Shaikh Date: Wed, 19 Feb 2025 02:21:42 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2149804..4e8122c 100755 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ added to the `` section of your pages. | `adFormat` | String | Sets a global default ad format. Can be overridden with component props. | `analyticsDomainName` | String | Google Analytics Account Domain (if linking analytics with AdSense, i.e. `example.com`). | `analyticsUacct` | String | Google Analytics Account ID (if linking analytics with AdSense, i.e. `UA-#######-#`). -| `hideFilled` | Boolean | When `false`, unfilled ads will not be hidden, when `true` unfilled ads will be hidden. The default is `false`. +| `hideUnfilled` | Boolean | When `false`, unfilled ads will not be hidden, when `true` unfilled ads will be hidden. The default is `false`. | `includeQuery` | Boolean | When `false`, only `$route.path` is checked for changes. If set to `true` `$route.query` will also be taken into account. The default is `false`. | `onPageLoad` | Boolean | Loads Adsense script after page load. Default is `false`. | `overlayBottom` | Boolean | Enable Adsense Anchor Ads to show at bottom. Default is `false`. Refer to the AdSense docs for details.