From 11a78c2dadfef044aed7ecd8ff7ffdff5e0ec2ea Mon Sep 17 00:00:00 2001 From: Luis Fonseca Date: Thu, 1 Sep 2016 17:02:49 +0100 Subject: [PATCH] Make it clear that disableStats do not affect the user account stats --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 40b4db0fe..24044a36c 100644 --- a/README.markdown +++ b/README.markdown @@ -167,7 +167,7 @@ var pusher = new Pusher(API_KEY, { cluster: "eu" }); #### `disableStats` (Boolean) -Disables stats collection, so that connection metrics are not submitted to Pusher’s servers. +Disables stats collection, so that connection metrics are not submitted to Pusher’s servers. These stats are used for internal monitoring only and they do not affect the account stats. #### `enabledTransports` (Array)