From 5584d1062ecb1ce85cc28a0ae07f898c9701bf07 Mon Sep 17 00:00:00 2001 From: Ray Shan Date: Fri, 15 Aug 2014 16:26:23 -0700 Subject: [PATCH] Further simplify readme.md --- README.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/README.md b/README.md index e6aaf791..c47c46d9 100644 --- a/README.md +++ b/README.md @@ -96,19 +96,6 @@ This command will output a Bash / ZSH script to put into your `~/.bashrc`, $ bower completion >> ~/.bash_profile ``` -## Analytics - -Bower can collect anonymous usage statistics. This allows the community to improve Bower and publicly display insights into CLI usage and packages at [stats.bower.io](http://stats.bower.io). - -Data is tracked using Google Analytics and instrumented via [Insight](https://github.com/yeoman/insight). It is made available to all bower team members. Tracking is opt-in upon initial usage. If you'd prefer to disable analytics altogether, you can manually opt-out, or create either a local, or global `.bowerrc` file with: - -```json -{ - "analytics": false -} -``` - - ## Support