aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/md/docs/connect/1/installation.md
diff options
context:
space:
mode:
Diffstat (limited to 'packages/website/md/docs/connect/1/installation.md')
-rw-r--r--packages/website/md/docs/connect/1/installation.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/website/md/docs/connect/1/installation.md b/packages/website/md/docs/connect/1/installation.md
new file mode 100644
index 000000000..950bf92ca
--- /dev/null
+++ b/packages/website/md/docs/connect/1/installation.md
@@ -0,0 +1,15 @@
+**Install**
+
+```bash
+npm install @0xproject/connect --save
+```
+
+**Import**
+
+```javascript
+import { HttpClient } from '@0xproject/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.