Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

Commit a6b0203

Browse files
authored
Fix Readme typo: providing --> provided (#253)
"Database support is providing using … "
1 parent 932c5d1 commit a6b0203

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
@@ -39,7 +39,7 @@ $ pip install databases[mysql]
3939
$ pip install databases[sqlite]
4040
```
4141

42-
Driver support is providing using one of [asyncpg][asyncpg], [aiomysql][aiomysql], or [aiosqlite][aiosqlite].
42+
Driver support is provided using one of [asyncpg][asyncpg], [aiomysql][aiomysql], or [aiosqlite][aiosqlite].
4343

4444
---
4545

0 commit comments

Comments
 (0)