We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55614fd commit d2d0459Copy full SHA for d2d0459
packages/browser/README.md
@@ -197,7 +197,7 @@ export default defineComponent({
197
198
1. Run analytics.js in a web worker via [partytown.io](https://partytown.builder.io/). See [our partytown example](../../examples/with-next-js/pages/partytown). **Supports both cloud and device mode destinations, but not all device mode destinations may work.**
199
200
-2. Try [@segment/analytics-node](../packages/node) with `maxEventsInBatch: 1`, which should work in any runtime where `fetch` is available. **Warning: cloud destinations only!**
+2. Try [@segment/analytics-node](../node) with `maxEventsInBatch: 1`, which should work in any runtime where `fetch` is available. **Warning: cloud destinations only!**
201
202
203
0 commit comments