From 19744671ddb8bff445988fa43702fef5af05261e Mon Sep 17 00:00:00 2001 From: Dan Oved Date: Tue, 17 Sep 2024 14:14:10 -0400 Subject: [PATCH] slightly improved docs --- docs/pages/protocol-sdk/collect/buy1155OnSecondary.mdx | 2 +- docs/pages/protocol-sdk/collect/sell1155OnSecondary.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/pages/protocol-sdk/collect/buy1155OnSecondary.mdx b/docs/pages/protocol-sdk/collect/buy1155OnSecondary.mdx index 9f4e253d..baaca3c1 100644 --- a/docs/pages/protocol-sdk/collect/buy1155OnSecondary.mdx +++ b/docs/pages/protocol-sdk/collect/buy1155OnSecondary.mdx @@ -1,6 +1,6 @@ # buy1155OnSecondary -The `buy1155OnSecondary` function on the `collectorClient` allows you to purchase ERC1155 tokens on the secondary market. This function prepares a transaction with slippage protection for buying a specified quantity of tokens using ETH. +The `buy1155OnSecondary` function on the `collectorClient` allows you to purchase ERC1155 tokens on the secondary market. This function prepares a transaction with slippage protection for buying a specified quantity of 1155 tokens using ETH. ## Important Limitations diff --git a/docs/pages/protocol-sdk/collect/sell1155OnSecondary.mdx b/docs/pages/protocol-sdk/collect/sell1155OnSecondary.mdx index d88a59b0..832f934c 100644 --- a/docs/pages/protocol-sdk/collect/sell1155OnSecondary.mdx +++ b/docs/pages/protocol-sdk/collect/sell1155OnSecondary.mdx @@ -1,6 +1,6 @@ # sell1155OnSecondary -The `sell1155OnSecondary` function on the `collectorClient` allows you to sell ERC1155 tokens on the secondary market. This function prepares a transaction with slippage protection for selling a specified quantity of tokens for ETH. +The `sell1155OnSecondary` function on the `collectorClient` allows you to sell Zora ERC1155 tokens for ETH on the secondary market. This function prepares a transaction with slippage protection for selling a specified quantity of tokens for ETH. ## Important Limitations