upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Gardner <202880+erskingardner@users.noreply.github.com>2023-07-18 15:22:56 +0200
committerJeff Gardner <202880+erskingardner@users.noreply.github.com>2023-07-18 15:22:56 +0200
commitb480624ac27e7083ed01c7f3d2157fddf7bd692a (patch)
treefb25f72334f5ca04b64558160f24f9f7dbe46aae
parent63718d6d89269819807b1e1c996d304f7aca64b0 (diff)
Improve formatting
-rw-r--r--402.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/402.md b/402.md
index d5df924..c316670 100644
--- a/402.md
+++ b/402.md
@@ -36,7 +36,7 @@ The following tags, used for structured metadata, are standardized and SHOULD be
36- `"price"`, for the price of the thing being listed. This is an array in the format `[ "price", "<number>", "<currency>", "<frequency>" ]`. 36- `"price"`, for the price of the thing being listed. This is an array in the format `[ "price", "<number>", "<currency>", "<frequency>" ]`.
37 - `"price"` is the name of the tag 37 - `"price"` is the name of the tag
38 - `"<number>"` is the amount in numeric format (but included in the tag as a string) 38 - `"<number>"` is the amount in numeric format (but included in the tag as a string)
39 - `"<currency>"` is the currency unit in 3-character ISO 4217 format or ISO 4217-like currency code (e.g. 'btc', 'eth'). 39 - `"<currency>"` is the currency unit in 3-character ISO 4217 format or ISO 4217-like currency code (e.g. `"btc"`, `"eth"`).
40 - `"<frequency>"` is optional and can be used to describe recurring payments. SHOULD be in noun format (hour, day, week, month, year, etc.) 40 - `"<frequency>"` is optional and can be used to describe recurring payments. SHOULD be in noun format (hour, day, week, month, year, etc.)
41 41
42#### `price` examples 42#### `price` examples