Proofread changes (thanks Arran Walker) (fixes #156)

This commit is contained in:
Saivann 2013-04-25 12:49:47 -04:00
parent f2cf8a0d75
commit 269e2ee4b4
17 changed files with 107 additions and 107 deletions

8
index.html Normal file → Executable file
View file

@ -13,11 +13,11 @@ setTimeout(function(){window.location.href='/'+lang+'/';},200);
</script>
<h1>An open source P2P digital currency</h1>
<p style="font-size:125%;">Bitcoin is a digital currency, a protocol, and a software that enables
<ul style="font-size:125%">
<li>Instant peer to peer transactions</li>
<ul style="font-size:125%;">
<li>Instant peer-to-peer transactions</li>
<li>Worldwide payments</li>
<li>Low or zero processing fees</li>
<li>And much more!</li>
</ul>
<p>Bitcoin uses peer to peer technology to operate with no central authority; managing transactions and issuing Bitcoins are carried out <b>collectively by the network</b>. Through many of its unique properties, Bitcoin allows exciting uses that could not be covered by any previous payment systems.</p>
<p>The software is a community-driven <a href="http://www.fsf.org/about/what-is-free-software">free open source</a> project, released under the <a href="http://creativecommons.org/licenses/MIT/">MIT license</a>.</p>
<p>Bitcoin uses peer-to-peer technology to operate with no central authority; managing transactions and the issuing of bitcoins is carried out <b>collectively by the network</b>. Through many of its unique properties, Bitcoin allows exciting uses that could not be covered by any previous payment systems.</p>
<p>The software is a community-driven, <a href="http://www.fsf.org/about/what-is-free-software">free, open-source</a> project released under the <a href="http://creativecommons.org/licenses/MIT/">MIT license</a>.</p>