Skip to content

Commit 8c8adbf

Browse files
committed
Readme update
1 parent 13766f5 commit 8c8adbf

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

0 commit comments

Comments
 (0)