Skip to content

Commit a746ea5

Browse files
committed
Readme update
1 parent 7db20f8 commit a746ea5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,14 @@ Built on **.NET Standard 2.0** - ( [_Supported Versions_](https://learn.microsof
3434
- Execute transactions while maintaining atomicity.
3535

3636
## Getting Started
37-
- Setup DBContext with the database of your choice
37+
38+
- Setup `DBContext` with the database of your choice
3839

3940
```
4041
var dbContext = new DBContext(DB.<Database Type>, <Connection String>);
4142
```
4243
43-
- Execute DBContext commands
44+
- Execute `DBContext` commands
4445
4546
```
4647
var result = dbContext.FetchData(<Sql Statement>);

0 commit comments

Comments
 (0)