From 71d4f3b9eca7f0c85d989450ced1b7ff05124fc7 Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Mon, 6 Apr 2020 10:31:12 -0400 Subject: [PATCH] Update naming.md --- content/faq/naming.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/faq/naming.md b/content/faq/naming.md index 3aaf65b0..48bbfb10 100644 --- a/content/faq/naming.md +++ b/content/faq/naming.md @@ -37,8 +37,8 @@ Claims in LBRY are non-consumptive. When you designate a number of credits in a LBRY supports several types of URL resolution: -| Type | Syntax | Resolution | -| ---------------- | --- | --- | +| Type | Syntax | Resolution | +| --------------------- | ----------------------------- | -------------------------- | | **Permanent** | `lbry://#` | This URL consists of a name and randomly assigned ID. This is permanently owned and controlled by the publisher. Permanent URLs support partial, temporal-ordered ID matching, so these can be quite short (e.g. lbry://name#8 or lbry://name#ab) | | **Short** | `lbry://#` | This URL consists of a name and one or more characters (first come first serve to preserve uniqueness) from the Permanent URL. This is permanently owned and controlled by the publisher. If a shorter URL is made available, the claim next in line will take over it's resolution. | **Community** | `lbry://` | Of all of the claims named ``, this returns the publish with the most credits committed towards it, not just by the publisher, but by the entire community. These URLs are not permanent or owned but instead controlled by the community itself, allowing the resolution to settle on that which the community determines most appropriate. |