diff --git a/README.md b/README.md index 138eeba..ba4aca3 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,5 @@ # ToastyFS -ToastyFS is a distributed file system designed for self-hosting, so it aims to be pragmatic, understandable, and robust. - -You can use ToastyFS to store your files reliably over multiple machines knowing they will be automatically replicated and healed in case of hardware failure. - -⚠️ Note that ToastyFS is still in early development ⚠️ - -🎵 Now let's get toasty 🎵 - -ToastyFS works by running nodes on multiple machines. Clients using the ToastyFS C library can then send file operations to the cluster. Here's a quick example: +ToastyFS is a distributed file system designed for self-hosting, so it aims to be pragmatic, understandable, and robust. You can use ToastyFS to store your files reliably over multiple machines knowing they will be automatically replicated and healed in case of hardware failure. ToastyFS works by running nodes on multiple machines. Clients using the ToastyFS C library can then send file operations to the cluster. Here's a quick example: ```c #include @@ -35,6 +27,10 @@ int main(void) } ``` +⚠️ Note that ToastyFS is still in early development ⚠️ + +🎵 Now let's get toasty 🎵 + ## Features - Cross-platform (runs on Windows and Linux)