From 748a30a8cdaa4c43a6e897b51bb19b86110cccdb Mon Sep 17 00:00:00 2001 From: bronku Date: Fri, 9 Jan 2026 01:40:29 +0100 Subject: [PATCH] small fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a0128f..367c7da 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ cargo build --release ``` ## Repl Commands Once running, you can use the following commands: --`insert `- Insert a record (7 integers). +- `insert `- Insert a record (7 integers). - `find ` - Search for a specific key. - `tree` - Visual dump of the tree structure. - `stats` - Show I/O performance (Reads/Writes).