You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/protocols/apis-and-extensions/typewriter.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,7 @@ To get started with Typewriter in your browser:
86
86
1. Make sure you have `node` installed using the instructions in the [prerequisites](#prerequisites) above.
87
87
2. Install `analytics.js` in your app. There are two methods.
88
88
-**Snippet method (most common)**: Paste the snippet in the[`Step 1: Copy the Snippet`](/docs/connections/sources/catalog/libraries/website/javascript/quickstart/#step-2-copy-the-segment-snippet) from the [`analytics.js` Quickstart Guide](/docs/connections/sources/catalog/libraries/website/javascript/quickstart/).
89
-
-**NPM method**: Load analytics.js via the npm library: @segment/analytics-next: https://github.com/segmentio/analytics-next
89
+
-**NPM method**: Load analytics.js with the npm library. Learn more about using the npm method [here](https://github.com/segmentio/analytics-next/tree/master/packages/browser#readme).
90
90
91
91
3. Once you've got `analytics.js` installed, add Typewriter as a developer dependency in your project:
0 commit comments