From 01db89e050dfe6b9bb31a183f2182c5fa79cba39 Mon Sep 17 00:00:00 2001 From: "James M. Greene" Date: Sun, 4 Sep 2016 23:26:51 -0500 Subject: [PATCH] README: Minor typo corrections --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f3a2cb..cd5f7be 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ **Note: this module is not actively maintained bar for bug fixes. Its primary use is within NeDB and I do not plan on adding any new features.** -Two implementations of binary search tree: basic and AVL (a kind of self-balancing binmary search tree). I wrote this module primarily to store indexes for NeDB (a javascript dependency-less database). +Two implementations of binary search tree: basic and AVL (a kind of self-balancing binary search tree). I wrote this module primarily to store indexes for NeDB (a JavaScript dependency-less database). ## Installation and tests