From 918ef137141ee72e5e32452425d49d0ded46aedf Mon Sep 17 00:00:00 2001 From: David Sun Date: Tue, 30 Jul 2019 16:48:46 -0700 Subject: [PATCH] details --- packages/website/ts/pages/documentation/docs_home.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/website/ts/pages/documentation/docs_home.tsx b/packages/website/ts/pages/documentation/docs_home.tsx index 4b3d648767..6ad8a880a3 100644 --- a/packages/website/ts/pages/documentation/docs_home.tsx +++ b/packages/website/ts/pages/documentation/docs_home.tsx @@ -168,12 +168,12 @@ const CATEGORY_TO_PACKAGES: ObjectMap = { description: 'Convenience package for buying assets represented on the Ethereum blockchain using 0x. In its simplest form, the package helps in the usage of the [0x forwarder contract](https://github.com/0xProject/0x-protocol-specification/blob/master/v2/forwarder-specification.md), which allows users to execute [Wrapped Ether](https://weth.io/) based 0x orders without having to set allowances, wrap Ether or own ZRX, meaning they can buy tokens with Ether alone. Given some liquidity (0x signed orders), it helps estimate the Ether cost of buying a certain asset (giving a range) and then buying that asset.', link: { - title: '@0x/asset-buyer', + title: '@0x/asset-buyer [Deprecated]', to: WebsitePaths.AssetBuyer, }, }, { - description: 'Coonvenience package for discovering and performing swaps for any ERC20 Assets', + description: 'Convenience package for discovering and performing swaps for any ERC Assets', link: { title: '@0x/asset-swapper', to: WebsitePaths.AssetSwapper,