Skip to content

Commit 05dea8a

Browse files
authored
Update README.md
1 parent d0009f8 commit 05dea8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/browser/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ const analytics = AnalyticsBrowser.load(
107107
integrations: {
108108
'Segment.io': {
109109
// https://api.segment.io/v1/t -> https://MY-CUSTOM-API-PROXY.com/t
110-
apiHost: 'MY-CUSTOM-API-PROXY.com', // 🔥
110+
apiHost: 'MY-CUSTOM-API-PROXY.com/v1', // 🔥
111111
protocol: 'https'
112112
}
113113
}

0 commit comments

Comments
 (0)