Skip to content

Commit

Permalink
Update README.md (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiaslins committed Apr 27, 2023
1 parent a598431 commit 9724c67
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
<div align="center">
<a href="https://vercel.com/analytics">Website</a>
<span> · </span>
<a href="https://vercel.com/docs/concepts/analytics/audiences/package">Documentation</a>
<a href="https://vercel.com/docs/concepts/analytics/package">Documentation</a>
<span> · </span>
<a href="https://twitter.com/vercel">Twitter</a>
</div>

## Overview

`@vercel/analytics` allows you to track page views in your Next.js app or any other website that is deployed to Vercel.
`@vercel/analytics` allows you to track page views and custom events in your Next.js app or any other website that is deployed to Vercel.

All page views are automatically tracked in your app.

Expand All @@ -27,10 +27,10 @@ This package does **not** track data in development mode.

- If you are using **Next.js** or **React**, you can use the `<Analytics />` component to inject the script into your app.
- For other frameworks, you can use the `inject` function add the tracking script to your app.
- If you want to use Vercel Web Analytics on a static site without npm, follow the instructions in the [documentation](https://vercel.com/docs/concepts/analytics/audiences/quickstart).
- If you want to use Vercel Web Analytics on a static site without npm, follow the instructions in the [documentation](https://vercel.com/docs/concepts/analytics/quickstart).

4. Deploy your app to Vercel and see data flowing in.

## Documentation

Find more details about this package in our [documentation](https://vercel.com/docs/concepts/analytics/audiences/quickstart).
Find more details about this package in our [documentation](https://vercel.com/docs/concepts/analytics/quickstart).

0 comments on commit 9724c67

Please sign in to comment.