diff options
author | Dimitri Staessens <dimitri@ouroboros.rocks> | 2019-06-19 21:21:16 +0200 |
---|---|---|
committer | Dimitri Staessens <dimitri@ouroboros.rocks> | 2019-06-19 21:21:31 +0200 |
commit | 460f7669ed8dd9b596b3e7a6d5510ad23d55c83a (patch) | |
tree | 6782ccee2edd08ce127fec2a0e379105fbc0fd8b /content/_index.md | |
parent | c63ad0bd424c5da2bed9a6ac05df277ef6a54f3c (diff) | |
download | website-460f7669ed8dd9b596b3e7a6d5510ad23d55c83a.tar.gz website-460f7669ed8dd9b596b3e7a6d5510ad23d55c83a.zip |
content: Fix first sentence in index page
Diffstat (limited to 'content/_index.md')
-rw-r--r-- | content/_index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/_index.md b/content/_index.md index b635592..a3ff844 100644 --- a/content/_index.md +++ b/content/_index.md @@ -3,7 +3,7 @@ title: "The first completely decentralized packet network" --- Ouroboros is a __peer-to-peer transport network__ built on a new -__recursive network paradigm__ built according to a __UNIX design +__recursive network paradigm__ according to a __UNIX design philosphy__. The aim is to provide a __secure__ and __private__ networking experience and __simplify writing distributed software__ and networking libraries. It provides a __very simple API__, enabling |