From b89b29c3d7576db0bbe4e679b73be90e911ed412 Mon Sep 17 00:00:00 2001 From: Luke Brown Date: Fri, 28 Sep 2018 07:35:31 +0100 Subject: [PATCH] Update README.md Compare the same thing --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dbdbb07..e2d3c04 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ Before processing data, you should know the difference between dimensions and me Specify in a case-insensitive manner which dimensions and metrics you're going to need. You can pass both, an array or a list of metrics or dimensions. It's useful if you generate metrics dynamically. However, if you pass a custom key, such as a computed metric, it's up to you to ensure it's written correctly. ```Javascript -select("pagepath","sessions","users") +select("pageviews","sessions","users") ``` is the same as ```Javascript @@ -279,4 +279,4 @@ Ringolds Leščinskis Website: [www.lescinskis.com](https://www.lescinskis.com) -E-mail: ringolds@lescinskis.com \ No newline at end of file +E-mail: ringolds@lescinskis.com