aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/md/docs/asset_buyer/installation.md
diff options
context:
space:
mode:
authorBrandon Millman <brandon.millman@gmail.com>2018-10-16 14:27:56 +0800
committerBrandon Millman <brandon.millman@gmail.com>2018-10-17 01:00:49 +0800
commitaa1085c8f3866da4965c0102be27c0f5e19b3db6 (patch)
treed3645836619952a9a9d15af8db4a1120112fb206 /packages/website/md/docs/asset_buyer/installation.md
parent55be070dcfd7b9704ba24bc387bca0001f0c47f5 (diff)
downloaddexon-sol-tools-aa1085c8f3866da4965c0102be27c0f5e19b3db6.tar
dexon-sol-tools-aa1085c8f3866da4965c0102be27c0f5e19b3db6.tar.gz
dexon-sol-tools-aa1085c8f3866da4965c0102be27c0f5e19b3db6.tar.bz2
dexon-sol-tools-aa1085c8f3866da4965c0102be27c0f5e19b3db6.tar.lz
dexon-sol-tools-aa1085c8f3866da4965c0102be27c0f5e19b3db6.tar.xz
dexon-sol-tools-aa1085c8f3866da4965c0102be27c0f5e19b3db6.tar.zst
dexon-sol-tools-aa1085c8f3866da4965c0102be27c0f5e19b3db6.zip
feat(website): add asset-buyer documentation
Diffstat (limited to 'packages/website/md/docs/asset_buyer/installation.md')
-rw-r--r--packages/website/md/docs/asset_buyer/installation.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/website/md/docs/asset_buyer/installation.md b/packages/website/md/docs/asset_buyer/installation.md
new file mode 100644
index 000000000..483ee2b65
--- /dev/null
+++ b/packages/website/md/docs/asset_buyer/installation.md
@@ -0,0 +1,17 @@
+**Install**
+
+```bash
+yarn add @0xproject/asset-buyer
+```
+
+**Import**
+
+```javascript
+import { AssetBuyer } from '@0xproject/asset-buyer';
+```
+
+or
+
+```javascript
+var AssetBuyer = require('@0xproject/asset-buyer').AssetBuyer;
+```