diff --git a/posthog-web/README.md b/posthog-web/README.md index 5d07ccef..07cc34b4 100644 --- a/posthog-web/README.md +++ b/posthog-web/README.md @@ -1,9 +1,11 @@ # PostHog Web -> 🚧 This is a WIP. Currently the only officially supported way of using PostHog on the web is [posthog-js](https://github.com/PostHog/posthog-js) +> 🚧 This is a reduced feature set package. Currently the only officially supported feature complete way of using PostHog on the web is [posthog-js](https://github.com/PostHog/posthog-js) This package is currently published to npm as [posthog-js-lite](https://www.npmjs.com/package/posthog-js-lite) and is a simplified version of the recommended and offically supported `posthog-js`. +You'd want to use this only if you're very conscious about package sizes, and this reduced feature set (only analytics and feature flags) works for your use case. The most common use case is in chrome extensions. + ## Installation ```bash