Skip to content

Commit 9c4209f

Browse files
committed
Readme update
1 parent 8c8adbf commit 9c4209f

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
@@ -51,7 +51,7 @@ Built on **.NET Standard 2.0** - ( [_Supported Versions_](https://learn.microsof
5151
```
5252
var result = dbContext.FetchData(<Sql Statement>);
5353
```
54-
```
54+
```
5555
var result = dbContext.FetchData<T>(<Sql Statement>);
5656
```
5757
```
@@ -71,7 +71,7 @@ Built on **.NET Standard 2.0** - ( [_Supported Versions_](https://learn.microsof
7171
7272
<details>
7373
74-
<summary><b><tt>Execute DBContext Commands Asynchronously<tt><b></summary>
74+
<summary><b><tt>Execute DBContext Commands Asynchronously<tt><b></summary><br>
7575
7676
```
7777
var result = dbContext.FetchDataAsync(<Sql Statement>);

0 commit comments

Comments
 (0)