From 5011f24123c7979a4dd3ebe3b300025625868505 Mon Sep 17 00:00:00 2001 From: Greg Fitzgerald Date: Wed, 6 Jun 2018 08:57:26 -0600 Subject: [PATCH] Move more interesting content into first header The first header and its content is the only text displayed on GitHub's mobile page. Reorder so that the disclaimer is the only information people see. Disclaimer: IANAL and assume reordering these doesn't matter. :) --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ac2f27ec9..a832958a6 100644 --- a/README.md +++ b/README.md @@ -3,17 +3,17 @@ [![Build status](https://badge.buildkite.com/d4c4d7da9154e3a8fb7199325f430ccdb05be5fc1e92777e51.svg?branch=master)](https://buildkite.com/solana-labs/solana) [![codecov](https://codecov.io/gh/solana-labs/solana/branch/master/graph/badge.svg)](https://codecov.io/gh/solana-labs/solana) -Disclaimer -=== - -All claims, content, designs, algorithms, estimates, roadmaps, specifications, and performance measurements described in this project are done with the author's best effort. It is up to the reader to check and validate their accuracy and truthfulness. Furthermore nothing in this project constitutes a solicitation for investment. - -Solana: Blockchain Rebuilt for Scale +Blockchain, Rebuilt for Scale === Solana™ is a new blockchain architecture built from the ground up for scale. The architecture supports up to 710 thousand transactions per second on a gigabit network. +Disclaimer +=== + +All claims, content, designs, algorithms, estimates, roadmaps, specifications, and performance measurements described in this project are done with the author's best effort. It is up to the reader to check and validate their accuracy and truthfulness. Furthermore nothing in this project constitutes a solicitation for investment. + Introduction ===