diff options
author | Dimitri Staessens <dimitri@ouroboros.rocks> | 2020-05-02 12:14:08 +0200 |
---|---|---|
committer | Dimitri Staessens <dimitri@ouroboros.rocks> | 2020-05-02 12:14:08 +0200 |
commit | 78dfdec87dc3fa1f5e2bd041a5b568f71a7ef310 (patch) | |
tree | 606c5a4efb2c59e0021a3f568cb07bd19a5ef64f /content | |
parent | 6601657b8ef75aa27276be91fd8111701793baf7 (diff) | |
download | website-78dfdec87dc3fa1f5e2bd041a5b568f71a7ef310.tar.gz website-78dfdec87dc3fa1f5e2bd041a5b568f71a7ef310.zip |
Fix typos in index page
Diffstat (limited to 'content')
-rw-r--r-- | content/en/_index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/en/_index.html b/content/en/_index.html index b6071e6..7724523 100644 --- a/content/en/_index.html +++ b/content/en/_index.html @@ -23,13 +23,13 @@ linkTitle = "Ouroboros" {{< /blocks/cover >}} {{% blocks/lead color="secondary" %}} Ouroboros is a <b>peer-to-peer -transport network prototype<b> inspired by a <b>recursive network +transport network prototype</b> inspired by a <b>recursive network paradigm</b> and implemented according to a <b>UNIX design philosophy</b>. The aim is to provide a <b>secure and private networking</b> experience and to provide a simple API for writing distributed software and networked application libraries. Ouroboros provides a very <b>compact API<b> support both <b>unicast<b> <b>multicast</b> communications. All protocols -carry <b>minimal header information</b>, with asy-to-enable +carry <b>minimal header information</b>, with easy-to-enable <b>encryption</b>. {{% /blocks/lead %}} |