Skip to content

Commit

Permalink
Update link
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Dec 7, 2024
1 parent 8a3c05d commit 6709543
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
5 changes: 0 additions & 5 deletions contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,3 @@ insight.track('hello', 'sindre');
Then visit GA's Real Time dashboard and ensure data is showing up:

![analytics screenshot](screenshot-real-time.png)


## Other Guidelines

Please see Yeoman's [contributing docs](https://github.com/yeoman/yeoman/blob/master/contributing.md).
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.11.1",
"description": "Understand how your tool is being used by anonymously reporting usage metrics to Google Analytics or Yandex.Metrica",
"license": "BSD-2-Clause",
"repository": "yeoman/insight",
"repository": "sindresorhus/insight",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
Expand Down
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Insight [![Build Status](https://secure.travis-ci.org/yeoman/insight.svg?branch=master)](https://travis-ci.org/yeoman/insight)
# Insight

> Understand how your tool is being used by anonymously reporting usage metrics to [Google Analytics](https://www.google.com/analytics/) or [Yandex.Metrica](https://metrica.yandex.com)
## Install

```
$ npm install insight
```sh
npm install insight
```

## Access data / generate dashboards
Expand Down

0 comments on commit 6709543

Please sign in to comment.