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, 0 insertions, 15 deletions
diff --git a/packages/website/md/docs/connect/1/installation.md b/packages/website/md/docs/connect/1/installation.md
deleted file mode 100644
index d457b0577..000000000
--- a/packages/website/md/docs/connect/1/installation.md
+++ /dev/null
@@ -1,15 +0,0 @@
-**Install**
-
-```bash
-npm install @0xproject/connect --save
-```
-
-**Import**
-
-```javascript
-import { HttpClient } from '@0xproject/connect';
-```
-
-### Wiki
-
-Check out our [0x Connect introduction tutorial](https://0x.org/wiki#Intro-Tutorial) for information on how to integrate relayers into your application.