From 00c08e05f50260bf08a8f66e2cfa2ca1326c4979 Mon Sep 17 00:00:00 2001 From: kauffj Date: Fri, 11 Sep 2015 15:06:28 -0400 Subject: [PATCH] github doesn't like setext markdown headers --- README | 23 ++++++++--------------- 1 file changed, 8 insertions(+), 15 deletions(-) diff --git a/README b/README index d678d5801..181059fb7 100644 --- a/README +++ b/README @@ -1,12 +1,10 @@ -LBRYnet -======= +# LBRYnet LBRYnet is a fully decentralized network for distributing data. It consists of peers uploading and downloading data from other peers, possibly in exchange for payments, and a distributed hash table, used by peers to discover other peers. -Overview --------- +## Overview On LBRYnet, data is broken into chunks, and each chunk is specified by its sha384 hash sum. This guarantees that peers can verify the correctness of each chunk without having to know anything @@ -20,8 +18,7 @@ help peers find each other. For example, an application for which clients don't necessary chunks may use some identifier, chosen by the application, to find clients which do know all of the necessary chunks. -Running -------- +## Running LBRYnet comes with an file sharing application, called 'lbrynet-console', which breaks files into chunks, encrypts them with a symmetric key, computes their sha384 hash sum, generates @@ -33,25 +30,21 @@ chunks into the original file, according to the metadata included in the 'stream To install and use this client, see INSTALL and RUNNING -Installation ------------- +## Installation See INSTALL -Developers ----------- +## Developers Documentation: doc.lbry.io Source code: trac.lbry.io/browser To contribute to the development of LBRYnet or lbrynet-console, contact jimmy@lbry.io -Support -------- +## Support Send all support requests to jimmy@lbry.io -License -------- +## License -See LICENSE \ No newline at end of file +See LICENSE