From f6cafd54f3c0cb839d8b42feab4c50cef1d417c1 Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Wed, 25 Apr 2018 18:49:58 -0700 Subject: [PATCH] Update README. --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index f9e93e463..f5f1eb782 100644 --- a/README.md +++ b/README.md @@ -14,16 +14,12 @@ are now filling the vacuum of innovation. In 2014 a new approach was proposed to real-time communication for free and open source software: a *federation of networks* known as *the matrix*. -

- IRCd has been rewritten for the global federation of networks
-

+

+ IRCd has been rewritten for the global federation of networks     +

-Similar to the legacy IRC protocol's origins, Matrix wisely leverages technologies in vogue -for its day to aid the virility of implementations. A vibrant and growing ecosystem -[already exists](https://matrix.org/docs/projects/try-matrix-now.html). - **This is the Construct** — the first Matrix server written in C++. It is designed to be fast and highly scalable, and to be community developed by volunteer contributors over the internet. This mission strives to make the software easy to understand, modify, audit, @@ -31,6 +27,10 @@ and extend. It remains true to its roots with its modular design and having mini requirements. Even though all of the old code has been rewritten, the same spirit and _philosophy of its predecessors_ is still obvious throughout. +Similar to the legacy IRC protocol's origins, Matrix wisely leverages technologies in vogue +for its day to aid the virility of implementations. A vibrant and growing ecosystem +[already exists](https://matrix.org/docs/projects/try-matrix-now.html). + ## Installation Getting up and running with Construct is easy. A deployment can scale from as little as @@ -40,7 +40,7 @@ cluster operating in synchrony over a network. #### Dependencies -- **Boost** (1.61 or later) +- **Boost** (1.66 or later) Replacing libratbox with the rich and actively developed libraries. - **RocksDB** (based on LevelDB):