Skip to content

Commit 07bdf79

Browse files
authored
Update Mixpanel SDK import instructions
Clarified the import statement for Mixpanel SDK in the documentation.
1 parent 609412f commit 07bdf79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/docs/quickstart/install-mixpanel.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Replace `YOUR_TOKEN` with your project token. You can find your token [here](htt
5252
You can learn more about configuring Session Replay and Heatmaps [here](/docs/tracking-methods/sdks/javascript/javascript-replay).
5353

5454
```js Javascript
55-
//Import Mixpanel SDK
55+
//Import Mixpanel SDK (only required for npm and yarn)
5656
import mixpanel from "mixpanel-browser";
5757

5858
// Near entry of your product, init Mixpanel

0 commit comments

Comments
 (0)