Skip to content

Commit c95c377

Browse files
authored
Update README.md
1 parent a4fb410 commit c95c377

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

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

55
The RDS Data API allows use of MySQL and PostgreSQL RDS databases via an HTTP API, making it ideal
66
for use in AWS Lambda because it allow syou to use RDS without running your lambda in a VPC. This
7-
library wraps that API in both a [DB-API 2.0](https://www.python.org/dev/peps/pep-0249/) and
7+
library wraps that API in both a [DB-API 2.0](https://www.python.org/dev/peps/pep-0249/) driver and
88
[SqlAlchemy](https://www.sqlalchemy.org/) dialect allowing you to tap into the vast python
99
ecosystem for working with relational databases.
1010

0 commit comments

Comments
 (0)