Skip to content

Commit 452f20f

Browse files
committed
Fix the README so the update isn't half-arsed anymore
1 parent cda0492 commit 452f20f

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

README.md

+5-9
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@
1616

1717
<br>
1818

19-
🐬 Non-blocking, event-driven Swift client for MySQL.
19+
MySQLKit is an [SQLKit] driver for MySQL clients. It supports building and serializing MySQL-dialect SQL queries. MySQLKit uses [MySQLNIO] to connect and communicate with the database server asynchronously. [AsyncKit] is used to provide connection pooling.
20+
21+
[SQLKit]: https://github.com/vapor/sql-kit
22+
[MySQLNIO]: https://github.com/vapor/mysql-nio
23+
[AsyncKit]: https://github.com/vapor/async-kit
2024

2125
### Usage
2226

@@ -33,14 +37,6 @@ MySQLKit supports the following platforms:
3337
- Ubuntu 20.04+
3438
- macOS 10.15+
3539

36-
## Overview
37-
38-
MySQLKit is an [SQLKit] driver for MySQL cliets. It supports building and serializing MySQL-dialect SQL queries. MySQLKit uses [MySQLNIO] to connect and communicate with the database server asynchronously. [AsyncKit] is used to provide connection pooling.
39-
40-
[SQLKit]: https://github.com/vapor/sql-kit
41-
[MySQLNIO]: https://github.com/vapor/mysql-nio
42-
[AsyncKit]: https://github.com/vapor/async-kit
43-
4440
### Configuration
4541

4642
Database connection options and credentials are specified using a `MySQLConfiguration` struct.

0 commit comments

Comments
 (0)