Skip to content

Commit 4e7213f

Browse files
committed
Readme update
1 parent fc6a11a commit 4e7213f

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
@@ -74,7 +74,7 @@ Built on **.NET Standard 2.0** - ( [_Supported Versions_](https://learn.microsof
7474
7575
<details>
7676
77-
<summary>SYNCHRONOUS</summary>
77+
<summary>Run DBContext Commands Synchronously</summary>
7878
7979
```
8080
var result = dbContext.FetchData(<Sql Statement>);
@@ -99,8 +99,8 @@ Built on **.NET Standard 2.0** - ( [_Supported Versions_](https://learn.microsof
9999
100100
<details>
101101
102-
<summary>ASYNCHRONOUS</summary>
103-
102+
<summary>Run DBContext Commands Asynchronously</summary>
103+
104104
```
105105
var result = dbContext.FetchDataAsync(<Sql Statement>);
106106
```

0 commit comments

Comments
 (0)