Skip to content

Commit d831b15

Browse files
authored
minor README tweaks
1 parent c2e06fd commit d831b15

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Mixpanel Tracking Proxy Server
2-
An Nginx config to proxy Mixpanel's Ingestion API. This can be used to setup your own servers to load the JS library and proxy tracking requests to Mixpanel.
2+
An Nginx config to proxy Mixpanel's Ingestion API. This can be used to set up your own servers to load the JS library and proxy tracking requests to Mixpanel.
33

44
Related content:
55
- [Mixpanel Ingestion API Documentation](https://developer.mixpanel.com/reference/ingestion-api)
6-
- [Mixpanel Javascript Documentation](https://developer.mixpanel.com/docs/javascript)
6+
- [Mixpanel JavaScript Documentation](https://developer.mixpanel.com/docs/javascript)
77

88
## Instructions
99

@@ -46,8 +46,8 @@ MIXPANEL_CUSTOM_LIB_URL:"file:"===f.location.protocol&&"//cdn.mxpnl.com/libs/mix
4646
/**
4747
* Configuration Variables - CHANGE THESE!
4848
*/
49-
const MIXPANEL_PROJECT_TOKEN = YOUR_MIXPANEL_PROJECT_TOKEN // e.g. "67e8bfdec29d84ab2d36ae18c57b8535"
50-
const MIXPANEL_PROXY_DOMAIN = YOUR_PROXY_DOMAIN // e.g. "https://proxy-eoca2pin3q-uc.a.run.app"
49+
const MIXPANEL_PROJECT_TOKEN = YOUR_MIXPANEL_PROJECT_TOKEN; // e.g. "67e8bfdec29d84ab2d36ae18c57b8535"
50+
const MIXPANEL_PROXY_DOMAIN = YOUR_PROXY_DOMAIN; // e.g. "https://proxy-eoca2pin3q-uc.a.run.app"
5151
5252
/**
5353
* Set the MIXPANEL_CUSTOM_LIB_URL - No need to change this

0 commit comments

Comments
 (0)