diff options
author | Dimitri Staessens <dimitri@ouroboros.rocks> | 2019-07-11 19:42:43 +0200 |
---|---|---|
committer | Dimitri Staessens <dimitri@ouroboros.rocks> | 2019-07-11 19:42:43 +0200 |
commit | da9bf60742c22d49d8bac8bf8b28aa6b6c3d840b (patch) | |
tree | 11d15b88f95432ea19873918b95ca4fd3325313e | |
parent | 0bf5de41b200bf62ace8010a11e640b18d2546e0 (diff) | |
download | website-da9bf60742c22d49d8bac8bf8b28aa6b6c3d840b.tar.gz website-da9bf60742c22d49d8bac8bf8b28aa6b6c3d840b.zip |
content: Remove first paragraph from what section
-rw-r--r-- | content/docs/what.md | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/content/docs/what.md b/content/docs/what.md index 07a6a66..0355f60 100644 --- a/content/docs/what.md +++ b/content/docs/what.md @@ -7,14 +7,14 @@ date: 2019-07-06 draft: false --- -Ouroboros has the objective to greatly simplify the creation and -management of distributed applications, through a single, unified API. -The API is completely agnostic of where the applications are running, -whether the destination application is running locally on your -machine, or remotely over the internet, the API calls are exactly the -same. - -It is based on the __recursive networks__ paradigm. +# Ouroboros has the objective to greatly simplify the creation and +# management of distributed applications, through a single, unified API. +# The API is completely agnostic of where the applications are running, +# whether the destination application is running locally on your +# machine, or remotely over the internet, the API calls are exactly the +# same. + +# It is based on the __recursive networks__ paradigm. # The current networking paradigm |