aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/md/docs/connect/3/installation.md
diff options
context:
space:
mode:
Diffstat (limited to 'packages/website/md/docs/connect/3/installation.md')
-rw-r--r--packages/website/md/docs/connect/3/installation.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/website/md/docs/connect/3/installation.md b/packages/website/md/docs/connect/3/installation.md
new file mode 100644
index 000000000..6797d9633
--- /dev/null
+++ b/packages/website/md/docs/connect/3/installation.md
@@ -0,0 +1,15 @@
+**Install**
+
+```bash
+npm install @0x/connect --save
+```
+
+**Import**
+
+```javascript
+import { HttpClient } from '@0x/connect';
+```
+
+### Wiki
+
+Check out our [0x Connect introduction tutorial](https://0xproject.com/wiki#Intro-Tutorial) for information on how to integrate relayers into your application.