From 7622f18db9fdf0b5b8482047b536ef5ea5b29aaa Mon Sep 17 00:00:00 2001 From: Chris Rowles Date: Sat, 2 Dec 2023 00:35:14 +0000 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7cfd0e3..d659128 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A simple circular array buffer for efficient management of string data in JavaSc ## Installation ```bash -npm install circle-buffer +npm install circle-buffer --save ``` ## Usage