Skip to content

Commit

Permalink
chore: update docs (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsotimus authored Oct 2, 2024
1 parent f2b7c3f commit 98e9ad0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/docs/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Tab, Tabs, Cards, Card, Steps } from "nextra-theme-docs";

This is a plugin for vite that allows you to integrate with Posthog.

Its based on the official [Javascript SDK](https://posthog.com/docs/libraries/js) and uses these under the hood.
Its based on the official [Javascript Web SDK](https://posthog.com/docs/libraries/js) and uses this under the hood.

## Advantages over the official JS SDK
- Easy to get started, just add the plugin to your Vite config.
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin-posthog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
![NPM Downloads](https://img.shields.io/npm/dt/vite-plugin-posthog)
![NPM License](https://img.shields.io/npm/l/vite-plugin-posthog)

Helps you integrate with PostHog specifically designed with Vite in mind. 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 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 98e9ad0

Please sign in to comment.