Skip to content

Commit 5755273

Browse files
authored
Update README.md
1 parent 0417f6e commit 5755273

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
@@ -4,10 +4,10 @@ The aim of this package is to provide an easier way to interface with Postgres d
44

55
It contains a single _PostgresEngine_ class that extracts some typical features that a database connector would need. Generating connections/cursors, and wrapping select/update queries in a retry decorator.
66

7-
##Installation
7+
## Installation
88
```pip install easy_postgres_engine```
99

10-
##Use
10+
## Use
1111

1212
You can use it like this;
1313
```

0 commit comments

Comments
 (0)