From 8b0ba829a294cc7879b61ab171379a57c276d00b Mon Sep 17 00:00:00 2001 From: Marvin <33938500+marvin-j97@users.noreply.github.com> Date: Wed, 6 Mar 2024 19:09:09 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f3dbf2a..e4d600d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # value-log -Generic value log implementation for key-value separated storage, inspired by RocksDB's BlobDB and implemented in safe, stable Rust. +Generic value log implementation for key-value separated storage, inspired by [RocksDB's BlobDB](https://github.com/facebook/rocksdb/wiki/BlobDB) and implemented in safe, stable Rust. > This crate is intended for key-value separated LSM storage. > You probably want to use https://github.com/fjall-rs/fjall instead.