From c95a40473b3d3dc44555599e1b02cf676675f9b2 Mon Sep 17 00:00:00 2001 From: Lucas Caires Date: Fri, 12 May 2023 09:51:43 -0400 Subject: [PATCH] Update README.md (#484) Update the term "view id" to "property id" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8167767..b6898d7 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ The following config file will be published in `config/analytics.php` return [ /* - * The view id of which you want to display data. + * The property id of which you want to display data. */ 'property_id' => env('PROPERTY_ID'),