From 7b908579018826b8be4d99e6d4f88a4b90249506 Mon Sep 17 00:00:00 2001 From: Francesco Cozzuto Date: Wed, 18 Mar 2026 10:32:48 +0100 Subject: [PATCH] Change README title --- README.md | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 106b957..4d528b8 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,15 @@ -# ToastyFS Documentation +# ToastyFS + +ToastyFS is a simple, fault-tolerant, highly available object storage featuring: + +* Deterministic Simulation Testing +* Cross-Platform (Windows, Linux) +* Minimal Dependencies (OpenSSL and SChannel) +* Viewstamped Replication ## Table of Contents -* [Overview](#overview) - * [What is ToastyFS?](#what-is-toastyfs) +* [ToastyFS](#toastyfs) * [Motivation](#motivation) * [Project Status & Known Limitations](#project-status--known-limitations) * [Getting Started](#getting-started) @@ -22,17 +28,6 @@ * [Deterministic Simulation Testing](#deterministic-simulation-testing) * [Testing in ToastyFS](#testing-in-toastyfs) -## Overview - -### What is ToastyFS? - -ToastyFS is a simple, fault-tolerant, highly available object storage featuring: - -* Deterministic Simulation Testing -* Cross-Platform (Windows, Linux) -* Minimal Dependencies (OpenSSL and SChannel) -* Viewstamped Replication - ### Motivation I initially started this project to learn about distributed systems. I asked myself what it would take to build my own Dropbox. A rabbit-hole later and here is my distributed storage system!