Skip to content

Commit 537208a

Browse files
committed
Readme update
1 parent 90d6eff commit 537208a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Built on **.NET Standard 2.0** - ( [_Supported Versions_](https://learn.microsof
4444
4545
- _**Execute `DBContext` commands :**_
4646
47-
> __Synchronous__
47+
> __SYNCHRONOUS__
4848
```
4949
var result = dbContext.FetchData(<Sql Statement>);
5050
```
@@ -64,7 +64,7 @@ Built on **.NET Standard 2.0** - ( [_Supported Versions_](https://learn.microsof
6464
var result = dbContext.ExecuteTransaction(<List of Sql Statements>);
6565
```
6666
67-
> __Asynchronous__
67+
> __ASYNCHRONOUS__
6868
```
6969
var result = dbContext.FetchDataAsync(<Sql Statement>);
7070
```

0 commit comments

Comments
 (0)