Skip to content

Commit 0417f6e

Browse files
committed
updated readme
1 parent 80370cf commit 0417f6e

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)