Skip to content

Commit dc307f6

Browse files
authored
Update README.md
1 parent 822108a commit dc307f6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ The table below shows a list of PostgresKit major releases alongside their compa
3333

3434
Use the SPM string to easily include the dependendency in your `Package.swift` file.
3535

36+
```swift
37+
.package(url: "https://github.com/vapor/mysql-kit.git", from: ...)
38+
```
39+
3640
### Supported Platforms
3741

3842
MySQLKit supports the following platforms:
@@ -137,4 +141,4 @@ let sql = mysql.sql() // SQLDatabase
137141
let planets = try sql.select().column("*").from("planets").all().wait()
138142
```
139143

140-
Visit [SQLKit's docs](https://github.com/vapor/sql-kit) for more information on using `SQLDatabase`.
144+
Visit [SQLKit's docs](https://github.com/vapor/sql-kit) for more information on using `SQLDatabase`.

0 commit comments

Comments
 (0)