From 3c271d61fc94d27708cbc8db344b78cc6391d6c6 Mon Sep 17 00:00:00 2001 From: Alex Grin Date: Fri, 31 Aug 2018 15:56:38 -0400 Subject: [PATCH] Update module-lbrycrd.js --- app/components/ecosystem/module-lbrycrd.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/ecosystem/module-lbrycrd.js b/app/components/ecosystem/module-lbrycrd.js index 5ef029f..390b3af 100644 --- a/app/components/ecosystem/module-lbrycrd.js +++ b/app/components/ecosystem/module-lbrycrd.js @@ -26,7 +26,7 @@ module.exports = exports = () => `

The most salient feature of the LBRY blockchain is the association of a string of characters (a "name") with a structured set of metadata. This name can be accessed as a LBRY URL, e.g. lbry://hellolbry

-

The LBRY blockchain stores URLs and metadata in a Merkle tree. This allows LBRY URLs to be trustfully resolved even without a full copy of the blockchain.

+

The LBRY blockchain stores names and metadata in a Merkle tree. This allows LBRY URLs to be trustfully resolved even without a full copy of the blockchain.

The metadata contains information about the content, such as the title, creator, price (if any), and a unique signature allowing the actual content to be fetched from the data network, the next level in the LBRY stack.