From 8bfa8803717bbdf761c805dad0f168b5eb687396 Mon Sep 17 00:00:00 2001 From: Brandon Millman Date: Tue, 28 Nov 2017 16:28:12 -0800 Subject: Fix connect documentation introduction and installation wording --- packages/website/md/docs/connect/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/website/md/docs/connect/installation.md') diff --git a/packages/website/md/docs/connect/installation.md b/packages/website/md/docs/connect/installation.md index 2d3755352..b14bc1b52 100644 --- a/packages/website/md/docs/connect/installation.md +++ b/packages/website/md/docs/connect/installation.md @@ -7,9 +7,9 @@ npm install @0xproject/connect --save **Import** ```javascript -import {HttpRelayerClient} from '@0xproject/connect'; +import {HttpClient} from '@0xproject/connect'; ``` ### Wiki -Check out our [@0xproject/connect introduction tutorial](https://0xproject.com/wiki#Intro-Tutorial:Connect) for articles on how to get 0x.js setup with TestRPC, Infura and more! +Check out our [0x Connect introduction tutorial](https://0xproject.com/wiki#Intro-Tutorial:-Connect) for information on how to integrate relayers into your application. -- cgit v1.2.3