Skip to content

Commit 1e95f3d

Browse files
committed
Readme update
1 parent a746ea5 commit 1e95f3d

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
@@ -35,13 +35,13 @@ Built on **.NET Standard 2.0** - ( [_Supported Versions_](https://learn.microsof
3535

3636
## Getting Started
3737

38-
- Setup `DBContext` with the database of your choice
38+
- _**Setup `DBContext` with the database of your choice**_
3939

4040
```
4141
var dbContext = new DBContext(DB.<Database Type>, <Connection String>);
4242
```
4343
44-
- Execute `DBContext` commands
44+
- _**Execute `DBContext` commands**_
4545
4646
```
4747
var result = dbContext.FetchData(<Sql Statement>);

0 commit comments

Comments
 (0)