Skip to content

Commit

Permalink
chore: make readme readable (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsotimus authored Oct 10, 2024
1 parent 98e9ad0 commit 7d4c5d3
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions packages/vite-plugin-posthog/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
# vite-plugin-posthog

![NPM Version](https://img.shields.io/npm/v/vite-plugin-posthog)
![NPM Downloads](https://img.shields.io/npm/dt/vite-plugin-posthog)
![NPM License](https://img.shields.io/npm/l/vite-plugin-posthog)
<p align="left">
<a href="https://www.npmjs.com/package/vite-plugin-posthog"><img src="https://img.shields.io/npm/v/vite-plugin-posthog" alt="Current NPM version"></a>
<a href="https://www.npmjs.com/package/vite-plugin-posthog"><img src="https://img.shields.io/npm/dm/vite-plugin-posthog.svg" alt="Monthly downloads from NPM"></a>
<a href="https://www.npmjs.com/package/vite-plugin-posthog"><img src="https://img.shields.io/npm/dt/vite-plugin-posthog.svg" alt="Monthly downloads from NPM"></a>
<a href="https://www.npmjs.com/package/vite-plugin-posthog"><img src="https://img.shields.io/npm/l/vite-plugin-posthog" alt="License"></a>
</p>

Helps you integrate with PostHog specifically designed with Vite in mind. Sits on top of [Posthog's Web SDK](https://posthog.com/docs/libraries/js). Currently compatible with all frameworks/libraries built by Vite, however we provide additional support for React (Hooks and Components) to make it easier to get started with React. Additional support for other frameworks/libraries is planned, in order to make it easier to get started with PostHog in your framework/library of choice.
Helps you integrate with PostHog specifically designed with Vite in mind. Sits on top of [Posthog's Web Official SDK](https://posthog.com/docs/libraries/js).

Currently compatible with **all** frameworks/libraries built by Vite, however we provide additional support for React (Hooks and Components) to make it easier to get started with React.

Additional support for other frameworks/libraries is planned, in order to make it easier to get started with PostHog in your framework/library of choice.

## Documentation

Expand Down

0 comments on commit 7d4c5d3

Please sign in to comment.