From bed6d7309dd1cca1c2956ae23d9e27a28bc2bb46 Mon Sep 17 00:00:00 2001 From: Rome Reginelli Date: Fri, 22 Apr 2022 16:54:09 -0700 Subject: [PATCH] DEX tutorial: apply suggestions from review Co-authored-by: Jackson Mills --- .../trade-in-the-decentralized-exchange/js/README.md | 2 +- .../use-tokens/trade-in-the-decentralized-exchange.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/_code-samples/trade-in-the-decentralized-exchange/js/README.md b/content/_code-samples/trade-in-the-decentralized-exchange/js/README.md index 6b17158248..1f9724261d 100644 --- a/content/_code-samples/trade-in-the-decentralized-exchange/js/README.md +++ b/content/_code-samples/trade-in-the-decentralized-exchange/js/README.md @@ -1,5 +1,5 @@ # Trade in the Decentralized Exchange -This code demonstrates how to buy a (fungible) token on the XRP Ledger's decentralized exchange (DEX). For a detailed explanation, see . +This code demonstrates how to buy a (fungible) token on the XRP Ledger's decentralized exchange (DEX). For a detailed explanation of how to trade using the DEX, see . The code is designed to run in-browser by loading `demo.html` and watching the console output, or in Node.js. For Node.js, you must first install the dependencies using your preferred package manager (such as `yarn` or `npm`). diff --git a/content/tutorials/use-tokens/trade-in-the-decentralized-exchange.md b/content/tutorials/use-tokens/trade-in-the-decentralized-exchange.md index 757ba45b5f..efa8d7856a 100644 --- a/content/tutorials/use-tokens/trade-in-the-decentralized-exchange.md +++ b/content/tutorials/use-tokens/trade-in-the-decentralized-exchange.md @@ -10,7 +10,7 @@ labels: --- # Trade in the Decentralized Exchange -This tutorial demonstrates how you can buy and sell tokens in the [decentralized exchange](decentralized-exchange.html). +This tutorial demonstrates how you can buy and sell tokens in the [decentralized exchange](decentralized-exchange.html) (DEX). ## Prerequisites @@ -53,7 +53,7 @@ For this tutorial, click the following button to connect: ### {{n.next()}}. Get Credentials -To transact on the XRP Ledger, you need an address and secret key, and some XRP. For development purposes, you can get these on the [{{use_network}}](parallel-networks.html) using the following interface: +To transact on the XRP Ledger, you need an address, a secret key, and some XRP. For development purposes, you can get these on the [{{use_network}}](parallel-networks.html) using the following interface: {% include '_snippets/interactive-tutorials/generate-step.md' %}