diff --git a/packages/browser/README.md b/packages/browser/README.md index 3a650f5c6..397092001 100644 --- a/packages/browser/README.md +++ b/packages/browser/README.md @@ -148,7 +148,7 @@ export default defineComponent({ ## Support for Web Workers (Experimental) While this package does not support web workers out of the box, there are options: -1. Run analytics.js in a web worker via [partytown.io](https://partytown.builder.io/). See [our partytown example](../../apps/next-playground/pages/partytown). **Supports both cloud and device mode destinations, but not all device mode destinations may work.** +1. Run analytics.js in a web worker via [partytown.io](https://partytown.builder.io/). See [our partytown example](../../playgrounds/next-playground/pages/partytown). **Supports both cloud and device mode destinations, but not all device mode destinations may work.** 2. Try [@segment/analytics-node](../node) with `maxEventsInBatch: 1`, which should work in any runtime where `fetch` is available. **Warning: cloud destinations only!**