From 7461adc3f0c03170b424f4819b86961fbc179a66 Mon Sep 17 00:00:00 2001 From: Marvin <33938500+marvin-j97@users.noreply.github.com> Date: Fri, 10 May 2024 01:50:25 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 464ed79..c19108e 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Generic value log implementation for key-value separated storage, inspired by RocksDB's BlobDB [[1]](#footnotes) and implemented in safe, stable Rust. -> This crate is intended as a building block for key-value separated LSM storage. +> This crate is intended as a building block for key-value separated storage. > You probably want to use https://github.com/fjall-rs/fjall instead. ## Features