Skip to content

Commit 03ad3b3

Browse files
committed
readme
1 parent 414c530 commit 03ad3b3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,16 @@
22

33
A .NET library for parsing query parameters into LINQ expressions. Enables database-level filtering, sorting, and pagination from HTTP query strings.
44

5+
> [!NOTE]
6+
> This project only supports Entity Framework Linq currently.
7+
58
## Installation
69

710
```bash
811
dotnet add package GoatQuery
9-
dotnet add package GoatQuery.AspNetCore # For ASP.NET Core integration
12+
13+
# Or for ASP.NET Core integration please install this instead.
14+
dotnet add package GoatQuery.AspNetCore
1015
```
1116

1217
## Quick Start

0 commit comments

Comments
 (0)