From 7e6bb7e821daffcfcb08498862ca08a53b3e04d7 Mon Sep 17 00:00:00 2001 From: Leo Weese Date: Wed, 17 Jul 2024 22:18:52 +0000 Subject: [PATCH] GITBOOK-443: change request with no subject merged in GitBook --- lightning-network-tools/taproot-assets/first-steps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightning-network-tools/taproot-assets/first-steps.md b/lightning-network-tools/taproot-assets/first-steps.md index 63f24793..9d439103 100644 --- a/lightning-network-tools/taproot-assets/first-steps.md +++ b/lightning-network-tools/taproot-assets/first-steps.md @@ -33,7 +33,7 @@ The number of decimal places your asset will have. Two decimal places would allo If you want to mint 1 million units of an asset, each divisible into one thousand pieces, you will have to choose a total supply of 1,000,000,000. **Meta Data**\ -You can associate your asset with additional metadata. This data can be added in the form of a string (----meta\_bytes), a file on disk (--meta\_file\_path), and be either in opaque or json form (--meta\_type) +You can associate your asset with additional metadata. This data can be added in the form of a string (`--meta_bytes`), a file on disk (`--meta_file_path`), and be either in opaque or json form (`--meta_type`) **Grouped Asset**\ For grouped assets the total supply can later be inflated, while ungrouped assets have a permanently fixed supply.