From 592401e2e52f46a298556246652272d44b17b9dc Mon Sep 17 00:00:00 2001 From: Olindo Zaman Date: Fri, 6 May 2022 15:09:08 +0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc1dd436c1..6a0ca34d3f 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ JavaScript Repository of TheAlgorithms, which implements various algorithms and

These implementations are for demonstrative purposes only. Dedicated implementations of these algorithms and data - structures are much better for performance and security reasons. We also do not provide any api stability guarantee. + structures are much better for performance and security reasons. We also do not provide any guarantee for api stability.

---