From 88e496fac7fd8af08f20d0753dc72cc1a3136aa4 Mon Sep 17 00:00:00 2001 From: Ravishanker Kusuma Date: Thu, 27 Jun 2024 18:18:14 +0530 Subject: [PATCH] Updated Readme.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e0dfca4..6966202 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Threadsafe -A Go package providing thread-safe implementations of arrays, slices, and maps using generics and type constraints. +A Go package providing thread-safe implementations of arrays, slices, maps, stack & queue using generics and type constraints. ## Installation @@ -13,7 +13,7 @@ go get github.com/hayageek/threadsafe ## Usage -This package provides thread-safe implementations for arrays, slices, and maps. Below are usage examples and API lists for each of these data types. +This package provides thread-safe implementations for arrays, slices, maps, stack & queue. Below are usage examples and API lists for each of these data types. ### Thread-Safe Array