diff options
Diffstat (limited to 'packages/json-schemas/README.md')
-rw-r--r-- | packages/json-schemas/README.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/json-schemas/README.md b/packages/json-schemas/README.md index 94dfd8640..9166f50c1 100644 --- a/packages/json-schemas/README.md +++ b/packages/json-schemas/README.md @@ -1,5 +1,4 @@ -@0xproject/json-schemas ------- +## @0xproject/json-schemas Contains 0x-related json schemas @@ -33,11 +32,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 ``` |