Add title and install instructions to all sub-package READMEs

This commit is contained in:
Fabio Berger
2017-11-14 22:46:10 -05:00
parent 59f82c5bfb
commit 0cf719a744
4 changed files with 28 additions and 1 deletions

View File

@@ -1,5 +1,14 @@
json-schemas
------------
Contains 0x-related json schemas
## Install:
```bash
npm install @0xproject/json-schemas --save
```
## Usage:
```
import {SchemaValidator, ValidatorResult, schemas} from '@0xproject/json-schemas';