From c3faab7154a1b705f765f12b4d9442f0d0ec3ea3 Mon Sep 17 00:00:00 2001 From: eyas Date: Sat, 16 Sep 2023 15:30:22 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c8d438..f9877e3 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ A heap-based implementation of priority queue in javascript with typescript supp -#### NOTE: LeetCode is using previous versions of the lib. I have created two branch to maintain v4 & v5 for this purpose +#### NOTE: LeetCode is using previous versions of the lib. I am maintaining v4 & v5 for this purpose - [v4](https://github.com/datastructures-js/priority-queue/tree/v4) - [v5](https://github.com/datastructures-js/priority-queue/tree/v5)