Skip to content

Commit 2c5bfb8

Browse files
authored
Update README.md
1 parent 230fc49 commit 2c5bfb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Easy and optimized way to apply **Filtering**, **Sorting** and **pagination** using text-based data.
66

7-
Gridify is a **dynamic LINQ library** that converts your strings to a LINQ expression in the easiest way possible with excellent performance.
7+
Gridify is a **dynamic LINQ library** that converts your strings to a LINQ query in the easiest way possible with excellent performance.
88

99
The best use case of this library is Asp-net APIs. When you need to get some string base filtering conditions to filter data or sort it by a field name or apply pagination concepts to your lists and return a **pageable**, data grid ready information, from any repository or database.
1010
Although, we are not limited to Asp.net projects and we can use this library on any .Net projects and on any collections.

0 commit comments

Comments
 (0)