Skip to content

Commit c5d64f8

Browse files
authored
Update README.md
1 parent a9915fd commit c5d64f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This is a template for a simple Web REST API using FastAPI with an async Postgres database.
44
Using docker-compose to hook up the database and mounting the
5-
postgres data to my local machine makes development easier for me.
5+
postgres data to my local machine makes playing around with the example easier for me.
66

77
Communication to the postgres database is done using SQLAlchemy 2.0 ORM style and async
88
database access via asyncpg.

0 commit comments

Comments
 (0)