aboutsummaryrefslogtreecommitdiffstats
path: root/packages/connect/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'packages/connect/README.md')
-rw-r--r--packages/connect/README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/connect/README.md b/packages/connect/README.md
index dd2002af4..63faf5271 100644
--- a/packages/connect/README.md
+++ b/packages/connect/README.md
@@ -1,5 +1,4 @@
-@0xproject/connect
-------
+## @0xproject/connect
This repository contains a Javascript library that makes it easy to interact with Relayers that conform to the [Standard Relayer API](https://github.com/0xProject/standard-relayer-api)
@@ -23,11 +22,13 @@ Please read our [contribution guidelines](../../CONTRIBUTING.md) before getting
### Install Dependencies
If you don't have yarn workspaces enabled (Yarn < v1.0) - enable them:
+
```bash
yarn config set workspaces-experimental true
```
Then install dependencies
+
```bash
yarn install
```