Skip to content

Commit 134c6a2

Browse files
authored
Update README.md
1 parent b585ce7 commit 134c6a2

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,16 @@
3131

3232
## Packages
3333

34+
Packages are available on nuget.org.
35+
3436
| Package | Description |
3537
| ------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------- |
36-
| `AxisEndpoints` | Core package. Provides `IEndpoint<TRequest, TResult>` and related primitives. |
37-
| `AxisEndpoints.Extensions.CsvHelper` | Optional. Integrates CsvHelper for typed CSV import (`CsvRequest<TRow>`) and streaming export (`CsvResponse<TRow>`). |
38+
| [AxisEndpoints](https://www.nuget.org/packages/AxisEndpoints) | Core package. Provides `IEndpoint<TRequest, TResult>` and related primitives. |
39+
| [AxisEndpoints.Extensions.CsvHelper](https://www.nuget.org/packages/AxisEndpoints.Extensions.CsvHelpe) | Optional. Integrates CsvHelper for typed CSV import (`CsvRequest<TRow>`) and streaming export (`CsvResponse<TRow>`). |
3840

3941
## Installation
4042

41-
### Install from nuget.org
43+
### Install from nuget.org (Recommended)
4244

4345
```sh
4446
dotnet add package AxisEndpoints

0 commit comments

Comments
 (0)