Skip to content

Commit 0029877

Browse files
committed
Readme Update
1 parent 50ff183 commit 0029877

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,9 +28,9 @@ 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))
2929

3030
## Features
31-
- Retrieve data from database.
32-
- Execute scalar database commands.
33-
- Execute database commands.
31+
- Retrieve data from the database.
32+
- Execute scalar queries (returning a single value).
33+
- Execute non-query database commands (e.g. `INSERT`, `UPDATE`, `DELETE`).
3434
- Execute transactions while maintaining atomicity.
3535

3636
## Getting Started

0 commit comments

Comments
 (0)