Skip to content

Commit 8e8371d

Browse files
committed
Readme updates
1 parent 4537083 commit 8e8371d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ The package is available and can be downloaded using [nuget.org](https://www.nug
2828
Built on **.NET Standard 2.0** - ( [_Supported Versions_](https://learn.microsoft.com/en-us/dotnet/standard/net-standard?tabs=net-standard-2-0#tabpanel_1_net-standard-2-0:~:text=Select%20.NET%20Standard%20version) )
2929

3030
## Features
31-
- Retrieve data from the database.
31+
- Retrieve data efficiently from the database.
3232
- Execute scalar queries (returning a single value).
33-
- Execute non-query database commands (e.g. `INSERT`, `UPDATE`, `DELETE`).
33+
- Execute non-query commands (e.g. `INSERT`, `UPDATE`, `DELETE`).
3434
- Execute transactions while maintaining atomicity.
35-
- Support for Synchronous and Asynchronous operations.
35+
- Support for both Synchronous and Asynchronous operations.
3636

3737
## Getting Started
3838

0 commit comments

Comments
 (0)