From 5dc64f0f20338706600c83e40872eba050f3d359 Mon Sep 17 00:00:00 2001 From: Dennis Dawson Date: Thu, 21 Apr 2022 16:11:53 -0700 Subject: [PATCH] Update content/concepts/tokens/non-fungible-token-transfers.md Co-authored-by: Rome Reginelli --- content/concepts/tokens/non-fungible-token-transfers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/concepts/tokens/non-fungible-token-transfers.md b/content/concepts/tokens/non-fungible-token-transfers.md index 49089becac..714bbd79b9 100644 --- a/content/concepts/tokens/non-fungible-token-transfers.md +++ b/content/concepts/tokens/non-fungible-token-transfers.md @@ -20,7 +20,7 @@ You can transfer NFTokens between accounts on the XRP Ledger. You can transfer ` ### Create a Sell Offer -As the owner of a `NFToken object`, you can create a sell offer using a `NFTokenCreateOffer` transaction with a _Flags_ setting of _1_. You provide the _NFTokenID_ and the _Amount_ you are willing to accept in payment. You can optionally specify an _Expiration_ date, after which the offer is no longer valid, and a _Destination_ account, which is the only account that is allowed to purchase the `NFToken`. +As the owner of a `NFToken` object, you can create a sell offer using a [NFTokenCreateOffer transaction][] with the `tfSellToken` flag. You provide the `NFTokenID` and the `Amount` you are willing to accept in payment. You can optionally specify an `Expiration` date, after which the offer is no longer valid, and a `Destination` account, which is the only account that is allowed to purchase the `NFToken`. ### Accept a Sell Offer