From 3cd7253f7b01b868b3eff012e4be434b69e62f0e Mon Sep 17 00:00:00 2001 From: fragosti Date: Tue, 2 Oct 2018 16:17:44 -0700 Subject: Add to README --- packages/instant/README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'packages') diff --git a/packages/instant/README.md b/packages/instant/README.md index ec114bd93..25aca9d3b 100644 --- a/packages/instant/README.md +++ b/packages/instant/README.md @@ -8,6 +8,8 @@ yarn add @0xproject/instant **Import** +**CommonJS module** + ```typescript import { ZeroExInstant } from '@0xproject/instant'; ``` @@ -26,6 +28,24 @@ If your project is in [TypeScript](https://www.typescriptlang.org/), add the fol } ``` +**UMD Module** + +The package is also available as a UMD module named `zeroExInstant`. + +```html + + + + +
+ + +``` + ## Contributing We welcome improvements and fixes from the wider community! To report bugs within this package, please create an issue in this repository. -- cgit v1.2.3