From 0ca86ad74ad23d9602e2d09c6d7272d279dfbbf7 Mon Sep 17 00:00:00 2001 From: Jamie Pine Date: Mon, 1 Dec 2025 13:23:04 -0800 Subject: [PATCH] Update README formatting to NOTE and spacing --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f3dab4989..586b98417 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Organize files across multiple devices, clouds, and platforms from a single inte --- -> [!IMPORTANT] > **Hi, Jamie here!** This is Spacedrive v2 (December 2025)—a complete ground-up rewrite. +> [!NOTE] > **Hi, Jamie here!** This is Spacedrive v2 (December 2025)—a complete ground-up rewrite. > > After development of the original alpha version stopped in January this year, left with the hard lessons of the incomplete alpha, I set out to completely rebuild Spacedrive from the ground up. The first release **2.0.0-pre.1** is coming before Christmas. > @@ -253,6 +253,7 @@ cargo test -p sd-core ``` See the [Testing Guide](https://v2.spacedrive.com/core/testing) for detailed documentation on: + - Integration test framework - Multi-device subprocess testing - Event monitoring patterns