From af69b4a9294066b957670bf66d7d675052ad046e Mon Sep 17 00:00:00 2001 From: "Palash Nigam (He/Him)" Date: Mon, 23 Sep 2024 14:07:03 +0530 Subject: [PATCH] README.md: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index abc5371..d70c897 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ HanoiDB implements an indexed, key/value storage engine. The primary index is a log-structured merge tree (LSM-BTree) implemented using "doubling sizes" -persistent ordered sets of key/value pairs, similar is some regards to +persistent ordered sets of key/value pairs, similar in some regards to [LevelDB](http://code.google.com/p/leveldb/). HanoiDB includes a visualizer which when used to watch a living database resembles the "Towers of Hanoi" puzzle game, which inspired the name of this database.