diff --git a/content/_code-samples/quickstart/README.md b/content/_code-samples/quickstart/README.md index ef4587b0c4..5cc6f5d267 100644 --- a/content/_code-samples/quickstart/README.md +++ b/content/_code-samples/quickstart/README.md @@ -3,3 +3,5 @@ Create a test harness for XRPL features using 4 iterative HTML pages and accompanying JavaScript files. Get up and running with the [Quickstart Samples](https://github.com/XRPLF/xrpl-dev-portal/tree/master/content/_code-samples/quickstart/js/quickstart.zip) archive, which includes 4 iterative HTML pages as a test harness for XRPL features, with accompanying JavaScript files. For the full explanation, see the [XRPL Quickstart Tutorial](https://xrpl.org/xrpl-quickstart.html). + +Includes 3 bonus samples for Brokering NFToken Sales, Using an Authorized Minter, and Batch Minting.