diff --git a/docs-v2/pages/connect/api.mdx b/docs-v2/pages/connect/api.mdx
index 32c27d60c1aba..e68fb4e0ed6f4 100644
--- a/docs-v2/pages/connect/api.mdx
+++ b/docs-v2/pages/connect/api.mdx
@@ -17,12 +17,30 @@ https://api.pipedream.com/v1/connect
## Installing the TypeScript SDK
-Pipedream's SDK will work in any browser or server that can run JavaScript. To install [the SDK](https://www.npmjs.com/package/@pipedream/sdk), run:
+Pipedream's SDK will work in any browser or server that can run JavaScript.
+
+### npm
+
+To install [the SDK](https://www.npmjs.com/package/@pipedream/sdk) from npm, run:
```bash
npm i --save @pipedream/sdk
```
+### `
+```
+
+or a specific version:
+
+```html
+
+```
+
## Authentication
### TypeScript SDK (Server)