From f53f5e6397d7b2b041bea16b5f13d3d14e3f5c1b Mon Sep 17 00:00:00 2001 From: curious_andrew Date: Mon, 25 Dec 2023 00:18:49 +0300 Subject: [PATCH] upd readme --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index d6e9668..b2d0bc3 100644 --- a/Readme.md +++ b/Readme.md @@ -3,7 +3,7 @@ [![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/) -`fancy-collections`is a carefully selected subset of the most useful `lodash` helpers, each enhanced with extremely strict typing and a significantly improved, user-friendly API. Forget about type casting and welcome full code reusability, even when performing complex operations on collections. If you love working with collections in a functional way, you'd probably love it. +`fancy-collections` is a small library easing most common operations on collections. 100% type safe. Extremely user-friendly API Key Features: - **No More Type Casting**: Complex collection operations no longer require tedious and error-prone type casts. `fancy-collections` maintains type integrity throughout, making your code cleaner and safer.