Skip to content

Commit f2a3cf0

Browse files
authored
Update custom-proxy.md
1 parent 5e372a2 commit f2a3cf0

File tree

1 file changed

+2
-2
lines changed
  • src/connections/sources/catalog/libraries/website/javascript

1 file changed

+2
-2
lines changed

src/connections/sources/catalog/libraries/website/javascript/custom-proxy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,9 @@ To reduce fetching assets from Segment's CDN, you can bundle Analytics.js with y
175175
To bundle Analytics.js with your own code, you can:
176176
* [Use Analytics.js as an npm package](/docs/connections/sources/catalog/libraries/website/javascript/quickstart/#step-2b-install-segment-as-a-npm-package).
177177

178-
* [Use npm to bundle your destinations](/docs/connections/sources/catalog/libraries/website/javascript/#add-destinations-from-npm) with your own code instead of fetching them from the CDN.
178+
* [Use npm to install your destinations](/docs/connections/sources/catalog/libraries/website/javascript/#add-destinations-from-npm).
179179

180-
* Hardcode your settings instead of fetching from the CDN (**not recommended** -- bypass the Segment souce configuration GUI completely).
180+
* Hardcode your settings instead of fetching from the CDN (**not recommended** -- bypasses the Segment souce configuration GUI completely).
181181
```ts
182182
// npm-only
183183
export const analytics = new AnalyticsBrowser()

0 commit comments

Comments
 (0)